git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4690 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -116,7 +116,7 @@ void FixIndent::init()
|
||||
xvar = input->variable->find(xstr);
|
||||
if (xvar < 0) error->all("Variable name for fix indent does not exist");
|
||||
if (!input->variable->equalstyle(xvar))
|
||||
error->all("Variable for fix indent is not equal style");
|
||||
error->all("Variable for fix indent is invalid style");
|
||||
}
|
||||
if (ystr) {
|
||||
yvar = input->variable->find(ystr);
|
||||
|
||||
Reference in New Issue
Block a user