Re: Example does not compile

the example gridRefinement2d doesn’t work, as follow:

cavity2d.cpp:115:84: required from here
/home/think/Downloads/palabos-v1.2r0/src/multiGrid/multiGridParameterManager.hh:101:13: error: ‘putParameter’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
/home/think/Downloads/palabos-v1.2r0/src/multiGrid/multiGridParameterManager.hh:101:13: note: declarations in dependent base ‘plb::RefinementParameters’ are not found by unqualified lookup
/home/think/Downloads/palabos-v1.2r0/src/multiGrid/multiGridParameterManager.hh:101:13: note: use ‘this->putParameter’ instead
scons: *** [cavity2d.o] Error 1
scons: building terminated because of errors.
make: *** [compile] Error 2

luckokey Wrote:

the example gridRefinement2d doesn’t work, as
follow:

cavity2d.cpp:115:84: required from here
/home/think/Downloads/palabos-v1.2r0/src/multiGrid
/multiGridParameterManager.hh:101:13: error:
‘putParameter’ was not declared in this scope,
and no declarations were found by
argument-dependent lookup at the point of
instantiation [-fpermissive]
/home/think/Downloads/palabos-v1.2r0/src/multiGrid
/multiGridParameterManager.hh:101:13: note:
declarations in dependent base
‘plb::RefinementParameters’ are not
found by unqualified lookup
/home/think/Downloads/palabos-v1.2r0/src/multiGrid
/multiGridParameterManager.hh:101:13: note: use
‘this->putParameter’ instead
scons: *** [cavity2d.o] Error 1
scons: building terminated because of errors.
make: *** [compile] Error 2

I have same problem !