From 57c32f902eb06f70cb91d5e1a6c490a5d6f5a8dd Mon Sep 17 00:00:00 2001 From: Carlo Camilloni <carlo.camilloni@gmail.com> Date: Sun, 27 Oct 2013 19:27:02 +0100 Subject: [PATCH] PATHMSD: I have removed PROPERTY=X,Y from the example, I think that PATHMSD doesn't have this keyword --- src/colvar/PathMSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colvar/PathMSD.cpp b/src/colvar/PathMSD.cpp index 6a89cdc1d..2bd257fae 100644 --- a/src/colvar/PathMSD.cpp +++ b/src/colvar/PathMSD.cpp @@ -43,7 +43,7 @@ Here below is a case where you have defined three frames and you want to calculate the progress alng the path and the distance from it in p1 \verbatim -p1: PATHMSD REFERENCE=file.pdb LAMBDA=500.0 NEIGH_STRIDE=4 NEIGH_SIZE=8 PROPERTY=X,Y +p1: PATHMSD REFERENCE=file.pdb LAMBDA=500.0 NEIGH_STRIDE=4 NEIGH_SIZE=8 PRINT ARG=p1.sss,p1.zzz STRIDE=1 FILE=colvar FMT=%8.4f \endverbatim -- GitLab