Small bug in fix move

Dear LAMMPS team,

I've met a memory error in fix move caused by the fact that displace and velocity arrays are now created only if there is a corresponding flag but are always deleted in the destructor. The fixed fix :slight_smile: is attached as well as diff file.

Regards,
Oleg

fix_move.cpp (30.7 KB)

fix_move_cpp.diff (430 Bytes)

fixed it - thanks

will be in next patch