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

Removed NOPBC flag from manual

parent 77eb2c3a
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ PLUMED_REGISTER_ACTION(Puckering,"PUCKERING") ...@@ -65,6 +65,7 @@ PLUMED_REGISTER_ACTION(Puckering,"PUCKERING")
void Puckering::registerKeywords(Keywords& keys){ void Puckering::registerKeywords(Keywords& keys){
Colvar::registerKeywords( keys ); Colvar::registerKeywords( keys );
keys.remove("NOPBC");
keys.add("atoms","ATOMS","the five atoms of the sugar ring in the order C4',O4',C1',C2',C3'"); keys.add("atoms","ATOMS","the five atoms of the sugar ring in the order C4',O4',C1',C2',C3'");
componentsAreNotOptional(keys); componentsAreNotOptional(keys);
keys.addOutputComponent("phs","default","Pseudorotaion phase"); keys.addOutputComponent("phs","default","Pseudorotaion phase");
......
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