diff --git a/user-doc/tutorials/belfast-1.txt b/user-doc/tutorials/belfast-1.txt index 3800d45c26bde7a2e0660321d982ef112e334cbc..56181425f046dad284933181dafa8a2f1adcd5ce 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 b11fc98c5957e3c55b8a45a314389b22bfb40bba..2a93cd2a86424b0696eb1555722935f0d3970570 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)