Skip to content

Commit

Permalink
commented out an #else
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Jun 27, 2024
1 parent ef80a02 commit 63ed9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrapper/Plumed.h
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
#ifdef __cplusplus
#define __PLUMED_WRAPPER_STATIC_CAST(to,what) static_cast<to>(what)
#define __PLUMED_WRAPPER_REINTERPRET_CAST(to,what) reinterpret_cast<to>(what)
//reinterpret_cast<to>(const_cast<to>(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)

Expand Down

0 comments on commit 63ed9f0

Please sign in to comment.