From acc67e9d8385a69835a9dd562eb3e47b92ad18e6 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 9 Sep 2010 00:04:08 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4749 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/if.html | 2 +- doc/if.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/if.html b/doc/if.html index f0b5167c5a..f0c7af78df 100644 --- a/doc/if.html +++ b/doc/if.html @@ -57,7 +57,7 @@ can be spread across many lines, though it is still a single command:

if $a < $b then &
-  "print Minimum value = $a"
+  "print Minimum value = $a" &
   "run 1000" &
 else &      
   "print Minimum value = $b" &
diff --git a/doc/if.txt b/doc/if.txt
index ac7cbbc001..ca823f030c 100644
--- a/doc/if.txt
+++ b/doc/if.txt
@@ -54,7 +54,7 @@ can be spread across many lines, though it is still a single
 command:
 
 if $a < $b then &
-  "print Minimum value = $a"
+  "print Minimum value = $a" &
   "run 1000" &
 else &      
   "print Minimum value = $b" &