Unverified Commit 90c67884 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

replace non-ascii characters with ASCII equivalents

parent 9f276be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ compute"_Commands_compute.html doc page are followed by one or more of
"angle"_compute_angle.html - energy of each angle sub-style
"angle/local"_compute_angle_local.html - theta and energy of each angle
"angmom/chunk"_compute_angmom_chunk.html - angular momentum for each chunk
"basal/atom"_compute_basal_atom.html - calculates the hexagonal close-packed “c” lattice vector of each atom
"basal/atom"_compute_basal_atom.html - calculates the hexagonal close-packed "c" lattice vector of each atom
"body/local"_compute_body_local.html - attributes of body sub-particles
"bond"_compute_bond.html - energy of each bond sub-style
"bond/local"_compute_bond_local.html - distance and energy of each bond
+6 −6
Original line number Diff line number Diff line
@@ -258,12 +258,12 @@ variable xyfinal equal xy*$\{_u_distance\}
variable xzfinal equal xz*$\{_u_distance\}
variable yzfinal equal yz*$\{_u_distance\}
change_box all x scale $\{_u_distance\} &
               y scale $\{_u_distance\} &
               z scale $\{_u_distance\} &
               xy final $\{xyfinal\} &
               xz final $\{xzfinal\} &
               yz final $\{yzfinal\} &
               remap  :pre
                       y scale $\{_u_distance\} &
                       z scale $\{_u_distance\} &
                       xy final $\{xyfinal\} &
                       xz final $\{xzfinal\} &
                       yz final $\{yzfinal\} &
                       remap  :pre

NOTE: Unit conversion will only work if the conversion factors are placed in
all appropriate places in the input script. It is up to the user to do this