From 7899e7c3a5032c715d739d3bbb8d0fcd0f52bc4a Mon Sep 17 00:00:00 2001 From: Gareth Tribello <gt@eider.phy.qub.ac.uk> Date: Fri, 4 Nov 2016 09:58:02 +0000 Subject: [PATCH] Fixed example discussed in #207 --- src/multicolvar/Density.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/multicolvar/Density.cpp b/src/multicolvar/Density.cpp index b5c3a5011..2a252d46f 100644 --- a/src/multicolvar/Density.cpp +++ b/src/multicolvar/Density.cpp @@ -41,7 +41,7 @@ The following example calculates the number of atoms in one half of the simulati \verbatim DENSITY SPECIES=1-100 LABEL=d -SUBCELL ARG=d XLOWER=0.0 XUPPER=0.5 LABEL=d1 +AROUND ARG=d XLOWER=0.0 XUPPER=0.5 LABEL=d1 PRINT ARG=d1.* FILE=colvar1 FMT=%8.4f \endverbatim -- GitLab