git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14950 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-05-09 17:22:38 +00:00
parent d3e96156a7
commit 1cf54d01f4
2104 changed files with 270636 additions and 0 deletions

View File

@ -0,0 +1,44 @@
.. index:: unfix
unfix command
=============
Syntax
""""""
.. parsed-literal::
unfix fix-ID
* fix-ID = ID of a previously defined fix
Examples
""""""""
.. parsed-literal::
unfix 2
unfix lower-boundary
Description
"""""""""""
Delete a fix that was previously defined with a :doc:`fix <fix>`
command. This also wipes out any additional changes made to the fix
via the :doc:`fix_modify <fix_modify>` command.
Restrictions
""""""""""""
none
Related commands
""""""""""""""""
:doc:`fix <fix>`
**Default:** none
.. _lws: http://lammps.sandia.gov
.. _ld: Manual.html
.. _lc: Section_commands.html#comm