make compatible with comm_modify vel yes

This commit is contained in:
Axel Kohlmeyer
2024-08-30 22:51:08 -04:00
parent 9d9e591b54
commit 3e7123e21e

View File

@ -37,6 +37,7 @@ AtomVecOxdna::AtomVecOxdna(LAMMPS *lmp) : AtomVec(lmp)
fields_grow = {"id5p"};
fields_copy = {"id5p"};
fields_border = {"id5p"};
fields_border_vel = {"id5p"};
fields_exchange = {"id5p"};
fields_restart = {"id5p"};
fields_data_atom = {"id", "type", "x"};