correct formatting of preformatted text

This commit is contained in:
Axel Kohlmeyer 2018-12-04 10:40:31 -05:00
parent e1aff27cd4
commit 9ee076e4c7
1 changed files with 2 additions and 2 deletions

View File

@ -461,10 +461,10 @@ last snapshot. This can be accomplished with something the following
commands: commands:
variable Dhop equal 0.6 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 compute dsp all displace/atom refresh check
dump 1 all custom 20 tmp.dump id type x y z 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 The "compute displace/atom"_compute_displace_atom.html command
calculates the displacement of each atom from its reference position. calculates the displacement of each atom from its reference position.