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

@ -29,16 +29,6 @@ AtomVecAtomic::AtomVecAtomic(LAMMPS *lmp) : AtomVec(lmp)
// order of fields in a string does not matter
// except: fields_data_atom & fields_data_vel must match data file
fields_grow = {};
fields_copy = {};
fields_comm = {};
fields_comm_vel = {};
fields_reverse = {};
fields_border = {};
fields_border_vel = {};
fields_exchange = {};
fields_restart = {};
fields_create = {};
fields_data_atom = {"id", "type", "x"};
fields_data_vel = {"id", "v"};