From 90c678849ade82a139852971a5040039485ecfbf Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 29 Jul 2019 21:10:49 -0400 Subject: [PATCH] replace non-ascii characters with ASCII equivalents --- doc/src/compute.txt | 2 +- doc/src/kim_commands.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/compute.txt b/doc/src/compute.txt index 53ed373aa5..0741699e61 100644 --- a/doc/src/compute.txt +++ b/doc/src/compute.txt @@ -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 diff --git a/doc/src/kim_commands.txt b/doc/src/kim_commands.txt index 0bb7de03d6..93c4e8c4a8 100644 --- a/doc/src/kim_commands.txt +++ b/doc/src/kim_commands.txt @@ -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