From c5a144919acaf422a628a216468a29fd6a24b25c Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 25 May 2018 17:37:48 +0200 Subject: [PATCH] Fix typo --- 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 ec1e66674c..77d36eae75 100644 --- a/include/deal.II/base/bounding_box.h +++ b/include/deal.II/base/bounding_box.h @@ -170,7 +170,7 @@ inline BoundingBox::BoundingBox( // We check the Bounding Box is not degenerate for (unsigned int i = 0; i < spacedim; ++i) Assert(boundary_points.first[i] <= boundary_points.second[i], - ExcMessage("Bounding Box can't be created: the point's " + ExcMessage("Bounding Box can't be created: the points' " "order should be bottom left, top right!")); this->boundary_points = boundary_points; -- 2.39.5