Commit 264f832b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix formatting of dump_modify docs

parent 8e141439
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -600,13 +600,13 @@ included.)

region foo sphere 10 20 10 15
variable inregion atom rmask(foo)
dump_modify ... thresh v_inregion |^ LAST
dump_modify ... thresh v_inregion |^ LAST :pre

This will dump atoms which crossed the boundary of the spherical
region since the last dump.

variable charge atom "(q > 0.5) || (q < -0.5)"
dump_modify ... thresh v_charge |^ LAST
dump_modify ... thresh v_charge |^ LAST :pre

This will dump atoms whose charge has changed from an absolute value
less than 1/2 to greater than 1/2 (or vice versa) since the last dump.