From 9c651d2bb05a4c9a7d65d33fbcb9b673d7e75085 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 19 Feb 2008 05:26:00 +0000 Subject: CarpetInterp: Simplify code darcs-hash:20080219052647-dae7b-7169b54451d82d889bf42cbe9bd55eafc8605355.gz --- Carpet/CarpetInterp/src/interp.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Carpet/CarpetInterp') 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); -- cgit v1.2.3