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

This commit is contained in:
sjplimp
2010-09-06 16:19:47 +00:00
parent de59192f5e
commit 8f02ff3b29
13 changed files with 71 additions and 60 deletions

View File

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