revert change that breaks backward compatibility

This commit is contained in:
Axel Kohlmeyer
2024-10-05 23:15:50 -04:00
parent 6295fa0b54
commit 92deb5c8dc

View File

@ -42,7 +42,7 @@ AtomVecTemplate::AtomVecTemplate(LAMMPS *lmp) : AtomVec(lmp)
fields_exchange = {"molecule", "molindex", "molatom"};
fields_restart = {"molecule", "molindex", "molatom"};
fields_create = {"molecule", "molindex", "molatom"};
fields_data_atom = {"id", "molecule", "type", "x", "molindex", "molatom"};
fields_data_atom = {"id", "molecule", "molindex", "molatom", "type", "x"};
fields_data_vel = {"id", "v"};
setup_fields();