]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo 6671/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 25 May 2018 15:37:48 +0000 (17:37 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 25 May 2018 15:37:48 +0000 (17:37 +0200)
include/deal.II/base/bounding_box.h

index ec1e66674cd1ae01424fe2078f8ae311e1e8602b..77d36eae75fc9ddc3656949760119fa2c3e6fb36 100644 (file)
@@ -170,7 +170,7 @@ inline BoundingBox<spacedim, Number>::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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.