aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/driver/mask.cc2
-rw-r--r--src/gr/gr.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/mask.cc b/src/driver/mask.cc
index ce7ebf1..38f207e 100644
--- a/src/driver/mask.cc
+++ b/src/driver/mask.cc
@@ -78,7 +78,7 @@ extern struct state state;
namespace {
struct mask_grid_info
{
- cGH *GH; // --> Cactus grid hierarchy
+ const cGH *GH; // --> Cactus grid hierarchy
// Cactus coordinate system
// (for the *current* grid if we are doing mesh refinement)
diff --git a/src/gr/gr.hh b/src/gr/gr.hh
index 3564438..d99a171 100644
--- a/src/gr/gr.hh
+++ b/src/gr/gr.hh
@@ -129,7 +129,7 @@ enum expansion_status
//
struct cactus_grid_info
{
- cGH *GH; // --> Cactus grid hierarchy
+ const cGH *GH; // --> Cactus grid hierarchy
int coord_system_handle; // Cactus coordinate system handle
// this describes the semantics of the Cactus gij gridfns: