From 2d4eec8b0c55505e2da90eca5fa6da3c734e2716 Mon Sep 17 00:00:00 2001 From: Carlo Camilloni <carlo.camilloni@gmail.com> Date: Wed, 17 Dec 2014 09:40:10 +0100 Subject: [PATCH] [makedoc] tutorials: fixes --- user-doc/tutorials/belfast-1.txt | 8 ++++---- user-doc/tutorials/mindist.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/user-doc/tutorials/belfast-1.txt b/user-doc/tutorials/belfast-1.txt index 3800d45c2..56181425f 100644 --- a/user-doc/tutorials/belfast-1.txt +++ b/user-doc/tutorials/belfast-1.txt @@ -209,7 +209,7 @@ for example the set of Secondary Structure CVs (\ref ANTIBETARMSD, \ref PARABETA MOLINFO STRUCTURE=template.pdb abeta: ANTIBETARMSD RESIDUES=all TYPE=DRMSD LESS_THAN={RATIONAL R_0=0.08 NN=8 MM=12} STRANDS_CUTOFF=1 -PRINT ARG=abeta.less_than STRIDE=1 FILE=COLVAR +PRINT ARG=abeta.lessthan STRIDE=1 FILE=COLVAR ENDPLUMED \endverbatim @@ -257,10 +257,10 @@ DISTANCES ... GROUP=ca MEAN MIN={BETA=50} MAX={BETA=0.02} MOMENTS=2 LABEL=dd ... DISTANCES -PRINT ARG=abeta.less_than,dd.mean,dd.min,dd.max,dd.moment-2 STRIDE=1 FILE=COLVAR +PRINT ARG=abeta.lessthan,dd.mean,dd.min,dd.max,dd.moment-2 STRIDE=1 FILE=COLVAR HISTOGRAM ... -ARG=abeta.less_than,dd.mean +ARG=abeta.lessthan,dd.mean USE_ALL_DATA KERNEL=discrete GRID_MIN=0,0.8 @@ -286,7 +286,7 @@ and the BANDWIDTH should be smaller (i.e. one order of magnitude) than the varia \verbatim HISTOGRAM ... -ARG=abeta.less_than,dd.mean +ARG=abeta.lessthan,dd.mean USE_ALL_DATA GRID_MIN=0,0.8 GRID_MAX=4,1.2 diff --git a/user-doc/tutorials/mindist.txt b/user-doc/tutorials/mindist.txt index b11fc98c5..2a93cd2a8 100644 --- a/user-doc/tutorials/mindist.txt +++ b/user-doc/tutorials/mindist.txt @@ -34,7 +34,7 @@ DISTANCES ... BETWEEN={GAUSSIAN LOWER=1.0 UPPER=2.0} MIN={BETA=500.} ... DISTANCES -PRINT ARG=d1.less_than,d1.more_than,d1.between,d1.min FILE=colvar STRIDE=10 +PRINT ARG=d1.lessthan,d1.morethan,d1.between,d1.min FILE=colvar STRIDE=10 \endverbatim (see \ref DISTANCES and \ref PRINT) -- GitLab