From 1c3f89db83dc3d084e1d84b468fc3b9531290655 Mon Sep 17 00:00:00 2001 From: danshapero Date: Tue, 26 Sep 2017 17:45:02 -0700 Subject: [PATCH] Changed constructor for bounding box to accept mildly degenerate input --- include/deal.II/base/bounding_box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/bounding_box.h b/include/deal.II/base/bounding_box.h index 6afc94203a..075e53f5a8 100644 --- a/include/deal.II/base/bounding_box.h +++ b/include/deal.II/base/bounding_box.h @@ -108,7 +108,7 @@ BoundingBox::BoundingBox (const std::pairboundary_points = boundary_points; -- 2.39.5