From 8083ac3cdc19d0183a96fcd60219b43565648bb3 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 28 Jan 2012 01:32:08 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7604 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 680d2a7938..b89b1d69d3 100644 --- a/doc/if.html +++ b/doc/if.html @@ -82,7 +82,7 @@ else &

Note that if one of the commands to execute is quit (of an invalid LAMMPS command such as "blah"), as in the first example above, -then executing the command will cause LAMMPS to stop. +then executing the command will cause LAMMPS to halt.

Note that by jumping to a label in the same input script, the if command can be used to break out of a loop. See the variable diff --git a/doc/if.txt b/doc/if.txt index b495aa95e1..4bc396b2a7 100644 --- a/doc/if.txt +++ b/doc/if.txt @@ -79,7 +79,7 @@ else & Note that if one of the commands to execute is "quit"_quit.html (of an invalid LAMMPS command such as "blah"), as in the first example above, -then executing the command will cause LAMMPS to stop. +then executing the command will cause LAMMPS to halt. Note that by jumping to a label in the same input script, the if command can be used to break out of a loop. See the "variable