forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1092 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9c1c10e1c4
commit
e32436c66a
|
@ -35,6 +35,16 @@ was written.
|
|||
</P>
|
||||
<P><B>Restrictions:</B> none
|
||||
</P>
|
||||
<P>This command cannot be used when a dump file is defined via the
|
||||
<A HREF = "dump.html">dump</A> command and has already been written to. It also
|
||||
cannot be used when a <A HREF = "restart.html">restart frequency</A> has been set,
|
||||
and a restart file has already been written. This is because the
|
||||
changed timestep can mess up the planned timestep for the next file
|
||||
write. See the <A HREF = "undump.html">undump</A> command or <A HREF = "restart.html">restart
|
||||
0</A> command for info on how to turn off these definitions
|
||||
if necessary. New specifications for dump and restart files can be
|
||||
given after the reset_timestep command is used.
|
||||
</P>
|
||||
<P><B>Related commands:</B> none
|
||||
</P>
|
||||
<P><B>Default:</B> none
|
||||
|
|
|
@ -32,6 +32,16 @@ was written.
|
|||
|
||||
[Restrictions:] none
|
||||
|
||||
This command cannot be used when a dump file is defined via the
|
||||
"dump"_dump.html command and has already been written to. It also
|
||||
cannot be used when a "restart frequency"_restart.html has been set,
|
||||
and a restart file has already been written. This is because the
|
||||
changed timestep can mess up the planned timestep for the next file
|
||||
write. See the "undump"_undump.html command or "restart
|
||||
0"_restart.html command for info on how to turn off these definitions
|
||||
if necessary. New specifications for dump and restart files can be
|
||||
given after the reset_timestep command is used.
|
||||
|
||||
[Related commands:] none
|
||||
|
||||
[Default:] none
|
||||
|
|
Loading…
Reference in New Issue