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

Plumed::gcmd handles exceptions correctly

parent 9fda7e6f
No related branches found
No related tags found
No related merge requests found
......@@ -1350,7 +1350,7 @@ public:
\note Equivalent to plumed_gcmd()
*/
static void gcmd(const char* key,const void* val=NULL) {
plumed_gcmd(key,val);
global().cmd(key,val);
}
/**
Finalize global-plumed
......
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