From: Daniel Arndt Date: Thu, 4 Jan 2018 23:38:48 +0000 (+0100) Subject: Changelog entry X-Git-Tag: v9.0.0-rc1~596^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5698%2Fhead;p=dealii.git Changelog entry --- diff --git a/doc/news/changes/incompatibilities/20180105DanielArndt b/doc/news/changes/incompatibilities/20180105DanielArndt new file mode 100644 index 0000000000..2636b98dbc --- /dev/null +++ b/doc/news/changes/incompatibilities/20180105DanielArndt @@ -0,0 +1,5 @@ +Changed: The classes NormalProjectionBoundary, DirectionalProjectionBoundary +and NormalToMeshProjectionBoundary in the Opencascade namespace are rebased +from Boundary to FlatManifold. +
+(Daniel Arndt, 2018/01/05) diff --git a/include/deal.II/opencascade/utilities.h b/include/deal.II/opencascade/utilities.h index 2fbe26d691..4aa6f5fb9c 100644 --- a/include/deal.II/opencascade/utilities.h +++ b/include/deal.II/opencascade/utilities.h @@ -95,7 +95,7 @@ DEAL_II_NAMESPACE_OPEN * will be set to zero. * * If you whish to use these tools when the dimension of the space is two, then - * make sure your cad files are actually flat and that all z coordinates are equal + * make sure your CAD files are actually flat and that all z coordinates are equal * to zero, as otherwise you will get many exceptions. * * @author Luca Heltai, Andrea Mola, 2011--2017.