no more need to explicitly initialize empty fields

This commit is contained in:
Axel Kohlmeyer
2022-04-14 12:00:56 -04:00
parent b5eb5ac686
commit 095c610a3f
18 changed files with 0 additions and 46 deletions

View File

@ -65,7 +65,6 @@ AtomVecBody::AtomVecBody(LAMMPS *lmp) : AtomVec(lmp)
fields_grow = {"radius", "rmass", "angmom", "torque", "body"};
fields_copy = {"radius", "rmass", "angmom"};
fields_comm = {};
fields_comm_vel = {"angmom"};
fields_reverse = {"torque"};
fields_border = {"radius", "rmass"};