with the refactored include handling we can allow include in if/then/else

This commit is contained in:
Axel Kohlmeyer
2019-07-02 01:30:11 -04:00
parent 7547e1dae6
commit 6fc5810bb4
3 changed files with 9 additions and 23 deletions

View File

@ -57,8 +57,7 @@ Boolean expression is FALSE, then no commands are executed.
The syntax for Boolean expressions is described below.
Each command (t1, f1, e1, etc) can be any valid LAMMPS input script
command, except an "include"_include.html command, which is not
allowed. If the command is more than one word, it must enclosed in
command. If the command is more than one word, it must enclosed in
quotes, so it will be treated as a single argument, as in the examples
above.