Skip to content
Snippets Groups Projects
Commit d6e6b3bf authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed PATHMSD and PROPERTYMAP doc

I removed the NOPBC key from manual (it is not used)

[makedoc]
parent d5dc39d8
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment