git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2102 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2008-09-08 14:48:43 +00:00
parent 82f5d88fca
commit 1a27a22b6a

View File

@ -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;