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.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index 77e4fb4cb..3418a932c 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -250,11 +250,6 @@ namespace CarpetInterp {
"input array variable %d is not of type CCTK_GF or "
"CCTK_ARRY", n);
}
- if (CCTK_GroupStaggerIndexGI (group) != 0) {
- CCTK_VWarn (CCTK_WARN_ABORT, __LINE__, __FILE__, CCTK_THORNSTRING,
- "interpolation of staggered input array variable %d "
- "is not supported", n);
- }
if (coord_group < 0) {
coord_group = group;
CCTK_GroupDynamicData (cctkGH, coord_group, &coord_group_data);