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

This commit is contained in:
sjplimp
2014-02-01 00:22:12 +00:00
parent 10fb1ebded
commit fb522e7be9
4 changed files with 8 additions and 8 deletions

View File

@ -81,9 +81,9 @@ else &
'print "Minimum value = $b"' &
"minimize 0.001 0.001 1000 10000"
</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 halt.
<P>Note that if one of the commands to execute is <A HREF = "quit.html">quit</A>, as in
the first example above, 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

@ -78,9 +78,9 @@ else &
'print "Minimum value = $b"' &
"minimize 0.001 0.001 1000 10000" :pre
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 halt.
Note that if one of the commands to execute is "quit"_quit.html, as in
the first example above, 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

View File

@ -136,7 +136,7 @@ jump in.script loopa
</PRE>
<P><B>Restrictions:</B>
</P>
<P>As described above
<P>As described above.
</P>
<P><B>Related commands:</B>
</P>

View File

@ -132,7 +132,7 @@ jump in.script loopa :pre
[Restrictions:]
As described above
As described above.
[Related commands:]