From 6f7c9538c8854d8ca0c22f60066dd49a113ca7bd Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 18 Mar 2011 15:09:16 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5798 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/if.html | 2 ++ doc/if.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/if.html b/doc/if.html index bbbbfb5f24..90404076e8 100644 --- a/doc/if.html +++ b/doc/if.html @@ -149,6 +149,8 @@ returns 0.0.

The overall Boolean expression produces a TRUE result if the result is non-zero. If the result is zero, the expression result is FALSE.

+
+

Restrictions: none

Related commands: diff --git a/doc/if.txt b/doc/if.txt index 7ecf6eb401..4a3cc3d72b 100644 --- a/doc/if.txt +++ b/doc/if.txt @@ -145,6 +145,8 @@ returns 0.0. The overall Boolean expression produces a TRUE result if the result is non-zero. If the result is zero, the expression result is FALSE. +:line + [Restrictions:] none [Related commands:]