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

Fixed missing implicit arg for Plumed::gcmd()

parent 16e221e1
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ public: ...@@ -382,7 +382,7 @@ public:
but for some choice of key it can change the content but for some choice of key it can change the content
\note Equivalent to plumed_gcmd() \note Equivalent to plumed_gcmd()
*/ */
static void gcmd(const char* key,const void* val); static void gcmd(const char* key,const void* val=NULL);
/** /**
Finalize global-plumed Finalize global-plumed
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment