From d6e6b3bf9fbf5a9d7b379a63d71d9c8b7e025eed Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 17 Jun 2015 08:19:06 +0200 Subject: [PATCH] Fixed PATHMSD and PROPERTYMAP doc I removed the NOPBC key from manual (it is not used) [makedoc] --- src/colvar/PathMSDBase.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/colvar/PathMSDBase.cpp b/src/colvar/PathMSDBase.cpp index d2af9ea50..63b87aa35 100644 --- a/src/colvar/PathMSDBase.cpp +++ b/src/colvar/PathMSDBase.cpp @@ -36,6 +36,7 @@ namespace colvar{ void PathMSDBase::registerKeywords(Keywords& keys){ Colvar::registerKeywords(keys); + keys.remove("NOPBC"); keys.add("compulsory","LAMBDA","the lambda parameter is needed for smoothing, is in the units of plumed"); keys.add("compulsory","REFERENCE","the pdb is needed to provide the various milestones"); keys.add("optional","NEIGH_SIZE","size of the neighbor list"); -- GitLab