From fd1333a9eadcf3f19b3e3df100f2836ab4dde3d2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 7 Dec 2017 19:21:56 -0500 Subject: [PATCH] Use 'parent' instead of 'mother'. The Triangulation documentation uses 'parent'. --- doc/doxygen/headers/iterators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/headers/iterators.h b/doc/doxygen/headers/iterators.h index 16d405ff0d..42cd6e6f62 100644 --- a/doc/doxygen/headers/iterators.h +++ b/doc/doxygen/headers/iterators.h @@ -246,7 +246,7 @@ of accessor classes: - The TriaAccessor class provides you with data that identifies the geometric properties of cells, faces, lines, quads, and hexes that make up a - triangulation, as well as mother-child relationships. + triangulation, as well as parent-child relationships. - The CellAccessor class is derived from the TriaAccessor class for cases where an object has full dimension, i.e. is a cell rather than for example a -- 2.39.5