From 6241d77a0a63b804db6d6f64c6db908dbf98b779 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 5 Jan 2018 00:38:48 +0100 Subject: [PATCH] Changelog entry --- doc/news/changes/incompatibilities/20180105DanielArndt | 5 +++++ include/deal.II/opencascade/utilities.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/incompatibilities/20180105DanielArndt 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. -- 2.39.5