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

This commit is contained in:
sjplimp
2012-01-06 17:00:38 +00:00
parent 2a3b7a8305
commit 19ee529faf

View File

@ -1081,7 +1081,6 @@ double Variable::evaluate(char *str, Tree **tree)
newtree->left = newtree->middle = newtree->right = NULL;
treestack[ntreestack++] = newtree;
} else error->all(FLERR,"Mismatched fix in variable formula");
// ----------------