aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetLib/src/gh.cc2
-rw-r--r--Carpet/CarpetLib/src/gh.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/gh.cc b/Carpet/CarpetLib/src/gh.cc
index 5bcd64e34..295ebc43c 100644
--- a/Carpet/CarpetLib/src/gh.cc
+++ b/Carpet/CarpetLib/src/gh.cc
@@ -290,7 +290,7 @@ recompose (int const rl,
bool
gh::
-level_did_change (int const rl)
+level_did_change (int const rl) const
{
// Find out whether this level changed
if (regions.size() != oldregions.size()) return true;
diff --git a/Carpet/CarpetLib/src/gh.hh b/Carpet/CarpetLib/src/gh.hh
index 52fae64d0..4b4f6c6f0 100644
--- a/Carpet/CarpetLib/src/gh.hh
+++ b/Carpet/CarpetLib/src/gh.hh
@@ -87,7 +87,7 @@ public:
private:
- bool level_did_change (int rl) CCTK_ATTRIBUTE_PURE;
+ bool level_did_change (int rl) const CCTK_MEMBER_ATTRIBUTE_PURE;
// Accessors