From: danshapero Date: Wed, 27 Sep 2017 00:45:02 +0000 (-0700) Subject: Changed constructor for bounding box to accept mildly degenerate input X-Git-Tag: v9.0.0-rc1~986^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c3f89db83dc3d084e1d84b468fc3b9531290655;p=dealii.git Changed constructor for bounding box to accept mildly degenerate input --- 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;