diff --git a/src/wrapper/Plumed.h b/src/wrapper/Plumed.h index 6da31082dc..7b2f39cb52 100644 --- a/src/wrapper/Plumed.h +++ b/src/wrapper/Plumed.h @@ -657,7 +657,7 @@ #ifdef __cplusplus #define __PLUMED_WRAPPER_STATIC_CAST(to,what) static_cast(what) #define __PLUMED_WRAPPER_REINTERPRET_CAST(to,what) reinterpret_cast(what) -//reinterpret_cast(const_cast(what))#else +#else #define __PLUMED_WRAPPER_STATIC_CAST(to,what) ((to) what) #define __PLUMED_WRAPPER_REINTERPRET_CAST(to,what) __PLUMED_WRAPPER_STATIC_CAST(to,what)