remove sphere_flag and replace with radius_flag and omega_flag as needed
This commit is contained in:
@ -32,7 +32,6 @@ AtomVecSphere::AtomVecSphere(LAMMPS *lmp) : AtomVec(lmp)
|
||||
molecular = Atom::ATOMIC;
|
||||
radvary = 0;
|
||||
|
||||
atom->sphere_flag = 1;
|
||||
atom->radius_flag = atom->rmass_flag = atom->omega_flag = atom->torque_flag = 1;
|
||||
|
||||
// strings with peratom variables to include in each AtomVec method
|
||||
|
||||
Reference in New Issue
Block a user