aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp/src/interp.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-07-03 21:33:41 -0400
committerErik Schnetter <schnetter@gmail.com>2012-07-03 21:33:41 -0400
commit6679e32674b71ed65cc2dbbb97e114f1699fee11 (patch)
treec55ff175168495cfa9d6b45e4eb172fef6b89493 /Carpet/CarpetInterp/src/interp.cc
parentd826d9a2ffdbf30b8babe8ba5e39074fc1a659da (diff)
Introduce cctk_ash, retire cctk_lssh
Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions.
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);