From 3be61508b4bb3eda1b15013a623928e84f1cab14 Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 11 Jun 2014 23:27:37 +0000 Subject: Change cGH* to const cGH* git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1586 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- src/driver/mask.cc | 2 +- src/gr/gr.hh | 2 +- 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: -- cgit v1.2.3