From 52f8590bf8646dcac8a74d7cbec7f0da47261dce Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Thu, 4 May 2017 16:13:42 +0200 Subject: [PATCH] doc --- src/cltools/Driver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cltools/Driver.cpp b/src/cltools/Driver.cpp index b15515cb6..e9337040c 100644 --- a/src/cltools/Driver.cpp +++ b/src/cltools/Driver.cpp @@ -123,11 +123,11 @@ file `plumed.dat`. For instance consider the command: plumed driver --plumed plumed.dat --ixyz trajectory.xyz --length-units A \endverbatim where `plumed.dat` is -\verbatim +\plumedfile # no explicit UNITS action here d: DISTANCE ATOMS=1,2 PRINT ARG=d FILE=colvar -\endverbatim +\endplumedfile In this case, the driver reads the `xyz` file assuming it to contain coordinates in Angstrom units. However, the resulting `colvar` file contains a distance expressed in nm. -- GitLab