diff --git a/Multipole/src/surface.hxx b/Multipole/src/surface.hxx index c95cda84..9b30bd71 100644 --- a/Multipole/src/surface.hxx +++ b/Multipole/src/surface.hxx @@ -22,7 +22,7 @@ class Surface { public: Surface(int nTheta, int nPhi, bool isMidPoint) : nTheta_(nTheta), nPhi_(nPhi) { - constexpr CCTK_REAL PI = std::acos(-1.0); + const CCTK_REAL PI = std::acos(-1.0); const int arraySize = (nTheta + 1) * (nPhi + 1); theta_.resize(arraySize); phi_.resize(arraySize); diff --git a/PunctureTracker/schedule.ccl b/PunctureTracker/schedule.ccl index 3433339a..487ba7e8 100644 --- a/PunctureTracker/schedule.ccl +++ b/PunctureTracker/schedule.ccl @@ -1,6 +1,6 @@ # Schedule definitions for thorn PunctureTracker -SCHEDULE PunctureTracker_Setup AT initial +SCHEDULE PunctureTracker_Setup AT wragh { LANG: C OPTIONS: GLOBAL