aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/bbox.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/Carpet/CarpetLib/src/bbox.hh b/Carpet/CarpetLib/src/bbox.hh
index 2646cb971..82464aea9 100644
--- a/Carpet/CarpetLib/src/bbox.hh
+++ b/Carpet/CarpetLib/src/bbox.hh
@@ -81,13 +81,6 @@ public:
#ifdef CARPET_DEBUG
assert_bbox_limits();
#endif
- if (not (all (stride() > T(0))) or
- not (all ((upper() - lower()) % stride() == T(0))))
- {
- cerr << "bbox: lower=" << lower() << " upper=" << upper() << " stride=" << stride() << "\n";
- }
- assert (all (stride() > T(0)));
- assert (all ((upper() - lower()) % stride() == T(0)));
}
// Poison