forked from lijiext/lammps
correct set command example in fix property/atom
This commit is contained in:
parent
18acc6ae47
commit
d4f45f4f85
doc/src
|
@ -155,7 +155,7 @@ these commands could be used:
|
||||||
|
|
||||||
fix prop all property/atom mol
|
fix prop all property/atom mol
|
||||||
variable cluster atom ((id-1)/10)+1
|
variable cluster atom ((id-1)/10)+1
|
||||||
set id * mol v_cluster :pre
|
set atom * mol v_cluster :pre
|
||||||
|
|
||||||
The "atom-style variable"_variable.html will create values for atoms
|
The "atom-style variable"_variable.html will create values for atoms
|
||||||
with IDs 31,32,33,...40 that are 4.0,4.1,4.2,...,4.9. When the
|
with IDs 31,32,33,...40 that are 4.0,4.1,4.2,...,4.9. When the
|
||||||
|
|
Loading…
Reference in New Issue