aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetInterp/src/interp.cc')
-rw-r--r--Carpet/CarpetInterp/src/interp.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index af83c3cff..9915814ec 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -1273,9 +1273,7 @@ namespace CarpetInterp {
assert (iret == 0);
}
- int const grouptype = CCTK_GroupTypeI (coord_group);
- assert (grouptype >= 0);
- int const m = grouptype == CCTK_GF ? Carpet::map : 0;
+ int const m = 0;
// delta for the Carpet grid indices
ibbox const & baseextent =
arrdata.at(coord_group).at(m).hh->baseextents.at(mglevel).at(0);