From 454162f941555d2623fd8aaa3ca14f44cada39b4 Mon Sep 17 00:00:00 2001
From: Omar Valsson <omar.valsson@gmail.com>
Date: Sun, 16 Sep 2018 14:16:27 +0200
Subject: [PATCH] updated Units.h

---
 src/tools/Units.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tools/Units.h b/src/tools/Units.h
index dd35cddbc..79417eca1 100644
--- a/src/tools/Units.h
+++ b/src/tools/Units.h
@@ -59,15 +59,15 @@ public:
   Units();
 /// Set energy units from string.
 /// Also understands the following strings:
-/// kj/mol, kcal/mol, j/mol, and eV.
+/// kj/mol, kcal/mol, j/mol, eV, and Ha.
   void setEnergy(const std::string &);
 /// Set time units from string.
 /// Also understands the following strings:
-/// ps, ns, fs.
+/// ps, ns, fs, and atomic.
   void setTime(const std::string &);
 /// Set lengh units from string.
 /// Also understands the following strings:
-/// nm, A, um.
+/// nm, A, um, and Bohr.
   void setLength(const std::string &);
 /// Set charge units from string.
   void setCharge(const std::string &);
-- 
GitLab