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

This commit is contained in:
sjplimp 2012-01-28 01:32:08 +00:00
parent 14a7cf1883
commit 8083ac3cdc
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ else &
</PRE>
<P>Note that if one of the commands to execute is <A HREF = "quit.html">quit</A> (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.
</P>
<P>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 <A HREF = "variable.html">variable

View File

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