git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7761 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -183,9 +183,9 @@ int FixLangevin::setmask()
|
||||
void FixLangevin::init()
|
||||
{
|
||||
if (oflag && !atom->sphere_flag)
|
||||
error->all(FLERR,"Fix langevin omega require atom style sphere");
|
||||
error->all(FLERR,"Fix langevin omega requires atom style sphere");
|
||||
if (aflag && !atom->ellipsoid_flag)
|
||||
error->all(FLERR,"Fix langevin angmom require atom style ellipsoid");
|
||||
error->all(FLERR,"Fix langevin angmom requires atom style ellipsoid");
|
||||
|
||||
// check variable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user