aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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());