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

This commit is contained in:
sjplimp
2007-06-21 18:58:43 +00:00
parent 59dda9f04b
commit ff535daa9f
46 changed files with 80 additions and 54 deletions

View File

@ -315,7 +315,7 @@ void FixDeform::init()
int count = 0;
for (int i = 0; i < modify->nfix; i++)
if (strcmp(modify->fix[i]->style,"deform") == 0) count++;
if (count > 1) error->warning("More than one fix deform");
if (count > 1) error->all("More than one fix deform");
// Kspace setting