diff --git a/src/config/Config.inc.in b/src/config/Config.inc.in index 91cac0d3ffe4422466dbdfa15520890276ebbbf5..a4bc8a6dfe5e53acb3dcb75140085df145b7e015 100644 --- a/src/config/Config.inc.in +++ b/src/config/Config.inc.in @@ -30,11 +30,11 @@ namespace config { // This is a fix to allow conda to correctly replace paths in binary files. // These functions should not be static or they will be optimized away! -const char* plumed_root(){return "@PLUMED_ROOT@";} -const char* plumed_soext(){return "@SOEXT@";} -const char* plumed_htmldir(){return "@htmldir@";} -const char* plumed_includedir(){return "@includedir@";} -const char* plumed_program_name(){return "@program_name@";} +const char* plumed_root() {return "@PLUMED_ROOT@";} +const char* plumed_soext() {return "@SOEXT@";} +const char* plumed_htmldir() {return "@htmldir@";} +const char* plumed_includedir() {return "@includedir@";} +const char* plumed_program_name() {return "@program_name@";} std::string getSoExt() { return plumed_soext(); diff --git a/src/isdb/Jcoupling.cpp b/src/isdb/Jcoupling.cpp index 309563fdcdc3a719ca38d661b172e0c832b42dc4..fa8e4efeebe5165fad9d5bdb30f6f5fd54e3e081 100644 --- a/src/isdb/Jcoupling.cpp +++ b/src/isdb/Jcoupling.cpp @@ -301,7 +301,7 @@ JCoupling::JCoupling(const ActionOptions&ao): checkRead(); } -void JCoupling::calculate() +void JCoupling::calculate() { if (pbc) makeWhole(); vector<Vector> deriv(ncoupl_*6);