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

Added MULTI_RMSD as an alias to MULTI-RMSD

See #435
parent 57480007
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,28 @@ END ...@@ -148,6 +148,28 @@ END
PLUMED_REGISTER_ACTION(MultiRMSD,"MULTI-RMSD") PLUMED_REGISTER_ACTION(MultiRMSD,"MULTI-RMSD")
//+PLUMEDOC DCOLVAR MULTI_RMSD
/*
An alias to the \ref MULTI-RMSD function.
\par Examples
Just replace \ref MULTI-RMSD with \ref MULTI_RMSD
\plumedfile
MULTI_RMSD REFERENCE=file.pdb TYPE=MULTI-DRMSD
\endplumedfile
*/
//+ENDPLUMEDOC
class Multi_RMSD :
public MultiRMSD {
};
PLUMED_REGISTER_ACTION(MultiRMSD,"MULTI_RMSD")
void MultiRMSD::registerKeywords(Keywords& keys) { void MultiRMSD::registerKeywords(Keywords& keys) {
Colvar::registerKeywords(keys); Colvar::registerKeywords(keys);
keys.add("compulsory","REFERENCE","a file in pdb format containing the reference structure and the atoms involved in the CV."); keys.add("compulsory","REFERENCE","a file in pdb format containing the reference structure and the atoms involved in the CV.");
......
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