aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2012-07-04 01:28:55 +0000
committereschnett <eschnett@20f44201-0f4f-0410-9130-e5fc2714a787>2012-07-04 01:28:55 +0000
commitdf90b02f15f58275f6ebd09fef6c1e232c4e2450 (patch)
treed5b0e38151011db355bd7117683e0c53c3213793
parent19e6b181b27a93d2ed1b529bf096a86617848659 (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/RotatingSymmetry180/trunk@76 20f44201-0f4f-0410-9130-e5fc2714a787
-rw-r--r--src/rotatingsymmetry180.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rotatingsymmetry180.c b/src/rotatingsymmetry180.c
index 002c627..ce5d085 100644
--- a/src/rotatingsymmetry180.c
+++ b/src/rotatingsymmetry180.c
@@ -92,7 +92,6 @@ int BndRot180VI (cGH const * restrict const cctkGH,
assert (!ierr);
assert (group.grouptype == CCTK_GF);
assert (group.disttype == CCTK_DISTRIB_DEFAULT);
- assert (group.stagtype == 0);
ierr = CCTK_GroupDynamicData (cctkGH, gis[var], &data);
assert (!ierr);