forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7604 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
14a7cf1883
commit
8083ac3cdc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue