git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / label.txt
blobc6a573141b205b7dea517f3d24881f84f06e3414
1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
4 :link(ld,Manual.html)
5 :link(lc,Section_commands.html#comm)
7 :line
9 label command :h3
11 [Syntax:]
13 label ID :pre
15 ID = string used as label name :ul
17 [Examples:]
19 label xyz
20 label loop :pre
22 [Description:]
24 Label this line of the input script with the chosen ID.  Unless a jump
25 command was used previously, this does nothing.  But if a
26 "jump"_jump.html command was used with a label argument to begin
27 invoking this script file, then all command lines in the script prior
28 to this line will be ignored.  I.e. execution of the script will begin
29 at this line.  This is useful for looping over a section of the input
30 script as discussed in the "jump"_jump.html command.
32 [Restrictions:] none
34 [Related commands:] none
36 [Default:] none