git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@638 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user