git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / undump.txt
bloba2a371aca5187a9248e8e33e33792087040a66e7
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 undump command :h3
11 [Syntax:]
13 undump dump-ID :pre
15 dump-ID = ID of previously defined dump :ul
17 [Examples:]
19 undump mine
20 undump 2 :pre
22 [Description:]
24 Turn off a previously defined dump so that it is no longer active.
25 This closes the file associated with the dump.
27 [Restrictions:] none
29 [Related commands:]
31 "dump"_dump.html
33 [Default:] none