fix wall with periodic boundaries

Hello,
I noticed there is an error if you try to apply a fix wall in a periodic dimension. I am trying to do a test case with that configuration. Can I simply comment out the error lines (116-123 in fix_wall.cpp)? Thanks.

Jonathan

Hello,
I noticed there is an error if you try to apply a fix wall in a periodic
dimension. I am trying to do a test case with that configuration. Can I
simply comment out the error lines (116-123 in fix_wall.cpp)? Thanks.

you can do to the source whatever you want.
however, a well with periodic boundaries has
a major problem. how do you decide on which
side of the wall a particle is? due to PBC it is
on both, and that cannot be. hence the test
and the error message.

axel.