git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5336 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -524,7 +524,7 @@ void Input::echo()
|
||||
|
||||
void Input::ifthenelse()
|
||||
{
|
||||
if (narg < 4) error->all("Illegal if command");
|
||||
if (narg < 3) error->all("Illegal if command");
|
||||
|
||||
// substitute for variables in Boolean expression for "if"
|
||||
// in case expression was enclosed in quotes
|
||||
|
||||
Reference in New Issue
Block a user