Commit 9ee076e4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct formatting of preformatted text

parent e1aff27c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -461,10 +461,10 @@ last snapshot. This can be accomplished with something the following
commands:

variable        Dhop equal 0.6
variable        check atom "c_dsp[4] > v_Dhop"
variable        check atom "c_dsp\[4\] > v_Dhop"
compute         dsp all displace/atom refresh check
dump            1 all custom 20 tmp.dump id type x y z
dump_modify     1 append yes thresh c_dsp[4] > ${Dhop} refresh c_dsp :pre
dump_modify     1 append yes thresh c_dsp\[4\] > $\{Dhop\} refresh c_dsp :pre

The "compute displace/atom"_compute_displace_atom.html command
calculates the displacement of each atom from its reference position.