git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / uncompute.txt
blob49b46781d7ac363156674ef935881dacab2e048f
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 uncompute command :h3
11 [Syntax:]
13 uncompute compute-ID :pre
15 compute-ID = ID of a previously defined compute :ul
17 [Examples:]
19 uncompute 2
20 uncompute lower-boundary :pre
22 [Description:]
24 Delete a compute that was previously defined with a "compute"_compute.html
25 command.  This also wipes out any additional changes made to the compute
26 via the "compute_modify"_compute_modify.html command.
28 [Restrictions:] none
30 [Related commands:]
32 "compute"_compute.html
34 [Default:] none