git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@778 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -289,8 +289,9 @@ void Input::parse()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// perform $ variable substitution (print changes)
|
// perform $ variable substitution (print changes)
|
||||||
|
// except if searching for a label since earlier variable may not be defined
|
||||||
|
|
||||||
substitute(copy,1);
|
if (!label_active) substitute(copy,1);
|
||||||
|
|
||||||
// command = 1st arg
|
// command = 1st arg
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user