forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8239 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
90273afa6e
commit
c7090834b6
|
@ -305,7 +305,9 @@ changed via the <A HREF = "dump_modify.html">dump_modify first</A> command, whic
|
|||
can be useful if the dump command is invoked after a minimization
|
||||
ended on an arbitrary timestep. N can be changed between runs by
|
||||
using the <A HREF = "dump_modify.html">dump_modify every</A> command (not allowed
|
||||
for <I>dcd</I> style).
|
||||
for <I>dcd</I> style). The <A HREF = "dump_modify.html">dump_modify every</A> command
|
||||
also allows a variable to be used to determine the sequence of
|
||||
timesteps on which dump files are written.
|
||||
</P>
|
||||
<P>The specified filename determines how the dump file(s) is written.
|
||||
The default is to write one large text file, which is opened when the
|
||||
|
|
|
@ -294,7 +294,9 @@ changed via the "dump_modify first"_dump_modify.html command, which
|
|||
can be useful if the dump command is invoked after a minimization
|
||||
ended on an arbitrary timestep. N can be changed between runs by
|
||||
using the "dump_modify every"_dump_modify.html command (not allowed
|
||||
for {dcd} style).
|
||||
for {dcd} style). The "dump_modify every"_dump_modify.html command
|
||||
also allows a variable to be used to determine the sequence of
|
||||
timesteps on which dump files are written.
|
||||
|
||||
The specified filename determines how the dump file(s) is written.
|
||||
The default is to write one large text file, which is opened when the
|
||||
|
|
Loading…
Reference in New Issue