git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4749 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-09-09 00:04:08 +00:00
parent 5b6e639485
commit acc67e9d83
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ can be spread across many lines, though it is still a single
command:
</P>
<PRE>if $a < $b then &
"print Minimum value = $a"
"print Minimum value = $a" &
"run 1000" &
else &
"print Minimum value = $b" &

View File

@ -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" &