From e6d02199baf50adc18b53465fd79154a2ff31787 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 18 Jun 2013 14:05:06 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10089 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/if.html | 3 ++- doc/if.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/if.html b/doc/if.html index 1821b9088c..d56baf9a9b 100644 --- a/doc/if.html +++ b/doc/if.html @@ -59,7 +59,8 @@ 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. If the command is more than one word, it must enclosed in +command, except an include command, which is not +allowed. 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.

diff --git a/doc/if.txt b/doc/if.txt index bbbb85e05b..6c8a0fada1 100644 --- a/doc/if.txt +++ b/doc/if.txt @@ -56,7 +56,8 @@ 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. If the command is more than one word, it must enclosed in +command, except an "include"_include.html command, which is not +allowed. 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.