Problems with dotlist

Dear all !

I try to run dotlist folder program in Xflow, But i can not!!!

can any one help me?

terminal output:

python …/…/…/scons/scons.py -f …/…/…/SConstruct xflowsRoot=…/…/… projectFiles=“cylinder2d.cpp” precompiled=false optimize=true debug=false profile=false MPIparallel=false SMPparallel=false usePOSIX=true useCVMLCPP=false serialCXX=g++ parallelCXX=mpicxx compileFlags="" linkFlags="" optimFlags="-O3" debugFlags="-g" profileFlags="-pg" libraryPaths="" includePaths="…/include" libraries=""
scons: Reading SConscript files …
scons: done reading SConscript files.
scons: Building targets …
g++ -o cylinder2d.o -c -O3 -DXFL_USE_POSIX -I/home/sayyed/xFlows/src -I/home/sayyed/xFlows/examples/codesByTopic/include cylinder2d.cpp
cylinder2d.cpp: In function ‘void cylinderSetup(xfl::BlockLatticeBase2D<double, xfl::descriptors::D2Q9Descriptor>&, const xfl::IncomprFlowParam&, xfl::OnLatticeBoundaryCondition2D<double, xfl::descriptors::D2Q9Descriptor>&)’:
cylinder2d.cpp:77: error: ‘outlet’ was not declared in this scope
scons: *** [cylinder2d.o] Error 1
scons: building terminated because of errors.
make: *** [compile] Error 2

Regards

Hi,

You are right, there’s an issue with this code. I’ve put a corrected version online, which you can download as “release 1”.

thanks a lot dear Dr. latt !