Set molindex_flag and molatom_flag

This commit is contained in:
Richard Berger
2020-11-13 13:11:46 -05:00
parent e6c844d719
commit 76e3639db2

View File

@ -27,6 +27,8 @@ AtomVecTemplate::AtomVecTemplate(LAMMPS *lmp) : AtomVec(lmp)
mass_type = PER_TYPE;
atom->molecule_flag = 1;
atom->molindex_flag = 1;
atom->molatom_flag = 1;
// strings with peratom variables to include in each AtomVec method
// strings cannot contain fields in corresponding AtomVec default strings