forked from lijiext/lammps
Fixed error in one example command
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14289 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e028508845
commit
692047a65a
|
@ -36,7 +36,7 @@ keyword = {types} or {mu} or {ke} or {semi-grand} or {region} :l
|
|||
|
||||
fix 2 all atom/swap 1 1 29494 300.0 ke no types 1 2
|
||||
fix myFix all atom/swap 100 1 12345 298.0 region my_swap_region types 5 6
|
||||
fix SGMC all atom/swap 1 100 345 1.0 semi-grand yes types 1 2 3 mu 4.3 -5.0 :pre
|
||||
fix SGMC all atom/swap 1 100 345 1.0 semi-grand yes types 1 2 3 mu 0.0 4.3 -5.0 :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue