aboutsummaryrefslogtreecommitdiff
path: root/src/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.c')
-rw-r--r--src/setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/setup.c b/src/setup.c
index f2d5649..0744cf8 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -21,8 +21,6 @@ void SphericalSurfaceInfo_Setup (CCTK_ARGUMENTS)
for (n=0; n<nsurfaces; ++n) {
/* internal consistency checks */
- assert (nghoststheta[n] >= 0 && nghoststheta[n] <= maxnghoststheta);
- assert (nghostsphi[n] >= 0 && nghostsphi[n] <= maxnghostsphi);
assert (ntheta[n] >= 3*nghoststheta[n] && ntheta[n] <= maxntheta);
assert (nphi[n] >= 3*nghostsphi[n] && nphi[n] <= maxnphi);