bug in the documentation?

I am going to run Palabos starting with the user-supplied tutorial permeability.cpp and taking this example for my own extensions.

Based on the user’s guide I am going to implement my own boundary conditions.

In the User’s guide at
http://lbmethod.org/palabos/documentation.userguide/boundary-conditions.html
there are example code sniplets like
boundaryCondition->setVelocityConditionOnBlockBoundaries ( inlet, lattice);
Here, the arguments are confused. It should read
boundaryCondition->setVelocityConditionOnBlockBoundaries ( lattice, inlet);
(I tried in on a 3D example).

Thanks for pointing out this bug in the documentation, Dieter. It has been corrected and should be OK now.