mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4365 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
de6867c834
commit
bf6fb587a3
|
@ -21,8 +21,8 @@
|
|||
|
||||
<PRE> <I>delete</I> = no args
|
||||
<I>index</I> args = one or more strings
|
||||
<I>loop</I> args = N = integer size of loop, loop from 1 to N
|
||||
<I>loop</I> args = N1 N2 = loop from N1 to N2
|
||||
<I>loop</I> args = N = integer size of loop, loop from 1 to N inclusive
|
||||
<I>loop</I> args = N1 N2 = loop from N1 to N2 inclusive
|
||||
<I>world</I> args = one string for each partition of processors
|
||||
<I>universe</I> args = one or more strings
|
||||
<I>uloop</I> args = N = integer size of loop
|
||||
|
|
Loading…
Reference in New Issue