replace non-ascii characters with ASCII equivalents

This commit is contained in:
Axel Kohlmeyer 2019-07-29 21:10:49 -04:00
parent 9f276be0e5
commit 90c678849a
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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