aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@082bdb00-0f4f-0410-b49e-b1835e5f2039>2012-07-04 01:28:43 +0000
committereschnett <eschnett@082bdb00-0f4f-0410-b49e-b1835e5f2039>2012-07-04 01:28:43 +0000
commit2bdcea225a9136633ddb97310107b4d1639f128b (patch)
tree032deccde63dc9a2fd5a85bc5c25c597267eaffc
parent28ebf77b8e00bdac6999967b5c828e54f76c93e6 (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. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/ReflectionSymmetry/trunk@51 082bdb00-0f4f-0410-b49e-b1835e5f2039
-rw-r--r--src/apply.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apply.c b/src/apply.c
index ad5f2f9..f179c0e 100644
--- a/src/apply.c
+++ b/src/apply.c
@@ -231,7 +231,6 @@ BndReflectVI (cGH const * restrict const cctkGH,
assert (!ierr);
assert (group.grouptype == CCTK_GF);
assert (group.disttype == CCTK_DISTRIB_DEFAULT);
- assert (group.stagtype == 0);
firstvar = CCTK_FirstVarIndexI (gi);
assert (firstvar>=0 && firstvar<CCTK_NumVars());