git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2102 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -278,6 +278,9 @@ void FixRigid::init()
|
||||
|
||||
triclinic = domain->triclinic;
|
||||
|
||||
if (atom->mass == NULL)
|
||||
error->all("Cannot use fix rigid without per-type mass defined");
|
||||
|
||||
// warn if more than one rigid fix
|
||||
|
||||
int count = 0;
|
||||
|
||||
Reference in New Issue
Block a user