From 834dd7c609cc1fe3e75b5173b54a6048f12a3506 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Fri, 4 Oct 2013 15:07:22 +0200
Subject: [PATCH] A couple of fixes in the developer doc

---
 developer-doc/mdTemplate.txt | 2 +-
 src/wrapper/Plumed.h         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/developer-doc/mdTemplate.txt b/developer-doc/mdTemplate.txt
index a9def3db2..0c22d01f1 100644
--- a/developer-doc/mdTemplate.txt
+++ b/developer-doc/mdTemplate.txt
@@ -183,7 +183,7 @@ plumed plumedmain; plumedmain=plumed_create();                 // Create the plu
 plumed_cmd(plumedmain,"setRealPrecision",&real_precision);     // Pass a pointer to an integer containing the size of a real number (4 or 8)
 plumed_cmd(plumedmain,"setMDEnergyUnits",&energyUnits);        // Pass a pointer to the conversion factor between the energy unit used in your code and kJ mol-1
 plumed_cmd(plumedmain,"setMDLengthUnits",&lengthUnits);        // Pass a pointer to the conversion factor between the length unit used in your code and nm 
-plumed_cmd(plumedmain,"setMDTimeUnits",&timeUnits);            // Pass a pointer to the conversion factor between the time unit used in your code and fs?
+plumed_cmd(plumedmain,"setMDTimeUnits",&timeUnits);            // Pass a pointer to the conversion factor between the time unit used in your code and ps
 plumed_cmd(plumedmain,"setPlumedDat",&plumedInput);            // Pass the name of the plumed input file from the md code to plumed
 plumed_cmd(plumedmain,"setMPIComm",&MPI_COMM_WORLD);           // Pass a pointer to the MPI communicator to plumed?
 plumed_cmd(plumedmain,"setNatoms",&natoms);                    // Pass a pointer to the number of atoms in the system to plumed
diff --git a/src/wrapper/Plumed.h b/src/wrapper/Plumed.h
index 98a2e1248..f41cb74bb 100644
--- a/src/wrapper/Plumed.h
+++ b/src/wrapper/Plumed.h
@@ -103,8 +103,8 @@
 
   To check if the global object has been initialized, use
 \verbatim
-  (C)        plumed_g_initialized
-  (C++)      PLMD::Plumed::g_initialized
+  (C)        plumed_ginitialized
+  (C++)      PLMD::Plumed::ginitialized
   (FORTRAN)  PLUMED_F_GINITIALIZED
 \endverbatim
 
-- 
GitLab