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
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
1 changed files with 2 additions and 0 deletions

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