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