forked from lijiext/lammps
Set molindex_flag and molatom_flag
This commit is contained in:
parent
e6c844d719
commit
76e3639db2
|
@ -27,6 +27,8 @@ AtomVecTemplate::AtomVecTemplate(LAMMPS *lmp) : AtomVec(lmp)
|
||||||
mass_type = PER_TYPE;
|
mass_type = PER_TYPE;
|
||||||
|
|
||||||
atom->molecule_flag = 1;
|
atom->molecule_flag = 1;
|
||||||
|
atom->molindex_flag = 1;
|
||||||
|
atom->molatom_flag = 1;
|
||||||
|
|
||||||
// strings with peratom variables to include in each AtomVec method
|
// strings with peratom variables to include in each AtomVec method
|
||||||
// strings cannot contain fields in corresponding AtomVec default strings
|
// strings cannot contain fields in corresponding AtomVec default strings
|
||||||
|
|
Loading…
Reference in New Issue