1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>undump command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>undump dump-ID
</PRE>
<UL><LI>dump-ID = ID of previously defined dump
</UL>
<P><B>Examples:</B>
</P>
<PRE>undump mine
undump 2
</PRE>
<P><B>Description:</B>
</P>
<P>Turn off a previously defined dump so that it is no longer active.
This closes the file associated with the dump.
</P>
<P><B>Restrictions:</B> none
</P>
<P><B>Related commands:</B>
</P>
<P><A HREF = "dump.html">dump</A>
</P>
<P><B>Default:</B> none
</P>
</HTML>
|