forked from lijiext/lammps
35 lines
652 B
Plaintext
35 lines
652 B
Plaintext
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
:link(ld,Manual.html)
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
:line
|
|
|
|
uncompute command :h3
|
|
|
|
[Syntax:]
|
|
|
|
uncompute compute-ID :pre
|
|
|
|
compute-ID = ID of a previously defined compute :ul
|
|
|
|
[Examples:]
|
|
|
|
uncompute 2
|
|
uncompute lower-boundary :pre
|
|
|
|
[Description:]
|
|
|
|
Delete a compute that was previously defined with a "compute"_compute.html
|
|
command. This also wipes out any additional changes made to the compute
|
|
via the "compute_modify"_compute_modify.html command.
|
|
|
|
[Restrictions:] none
|
|
|
|
[Related commands:]
|
|
|
|
"compute"_compute.html
|
|
|
|
[Default:] none
|