Skip to content
Snippets Groups Projects
Commit dd1c4f44 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Hidden the label keyword. I think it adds no value to have this in the manual

parent e80a3f7f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ keys(keys)
void Action::registerKeywords( Keywords& keys ){
plumed_assert( keys.size()==0 );
keys.add( "optional", "LABEL", "a label for the action so that its output can be referenced in the input to other actions. Actions with scalar output are referenced using their label only. Actions with vector output must have a separate label for every component. Individual componets are then refered to using label.component" );
keys.add( "hidden", "LABEL", "a label for the action so that its output can be referenced in the input to other actions. Actions with scalar output are referenced using their label only. Actions with vector output must have a separate label for every component. Individual componets are then refered to using label.component" );
}
Action::Action(const ActionOptions&ao):
......
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