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

Fix #189

@alexvoronov pointed out that the example was actually wrong.
parent 7d73d0e7
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ void Template::registerKeywords(Keywords& keys){
keys.addFlag("TEMPLATE_DEFAULT_ON_FLAG",true,"flags that are by default performed should be specified like this");
keys.add("compulsory","TEMPLATE_COMPULSORY","all compulsory keywords should be added like this with a description here");
keys.add("optional","TEMPLATE_OPTIONAL","all optional keywords that have input should be added like a description here");
keys.add("atoms","TEMPLATE_INPUT","the keyword with which you specify what atoms to use should be added like this");
keys.add("atoms","ATOMS","the keyword with which you specify what atoms to use should be added like this");
}
Template::Template(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