aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@f88db872-0e4f-0410-b76b-b9085cfa78c5>2014-06-11 23:27:37 +0000
committereschnett <eschnett@f88db872-0e4f-0410-b76b-b9085cfa78c5>2014-06-11 23:27:37 +0000
commit3be61508b4bb3eda1b15013a623928e84f1cab14 (patch)
tree78e4140324867b4624f46dababf1c3abf950e288
parent7153d146152dcbc7feac0aef55b8fdcc24a73abc (diff)
Change cGH* to const cGH*svn
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1586 f88db872-0e4f-0410-b76b-b9085cfa78c5
-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: