From 9f7b837f34c8c40a130f357b64084b8225ff10e8 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 20 Feb 2018 17:18:56 +0100
Subject: [PATCH] replace non-ASCII character

---
 src/USER-MOLFILE/molfile_interface.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/USER-MOLFILE/molfile_interface.cpp b/src/USER-MOLFILE/molfile_interface.cpp
index 37f343736d..9c0c15f1ee 100644
--- a/src/USER-MOLFILE/molfile_interface.cpp
+++ b/src/USER-MOLFILE/molfile_interface.cpp
@@ -107,7 +107,7 @@ extern "C" {
    * J. Phys. Chem., 68, 441 - 452, 1964,
    * except the value for H, which is taken from R.S. Rowland & R. Taylor,
    * J.Phys.Chem., 100, 7384 - 7391, 1996. Radii that are not available in
-   * either of these publications have RvdW = 2.00 Å.
+   * either of these publications have RvdW = 2.00 \AA.
    * The radii for Ions (Na, K, Cl, Ca, Mg, and Cs are based on the CHARMM27
    * Rmin/2 parameters for (SOD, POT, CLA, CAL, MG, CES) by default.
    */
-- 
GitLab