From 4ca6ea68df2b845cc98648db501b8f0a2755a898 Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Wed, 28 Jan 2015 16:23:58 +0100 Subject: [PATCH] correct spels and schematic --- MeshLib/Elements/QuadRule4.h | 2 +- MeshLib/Elements/QuadRule8.h | 2 +- MeshLib/Elements/QuadRule9.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MeshLib/Elements/QuadRule4.h b/MeshLib/Elements/QuadRule4.h index c4ed6263fe2..416c93ce584 100644 --- a/MeshLib/Elements/QuadRule4.h +++ b/MeshLib/Elements/QuadRule4.h @@ -20,7 +20,7 @@ namespace MeshLib { /** - * This class represents a 2d quadliteral element. The following sketch shows the node and edge numbering. + * This class represents a 2d quadrilateral element. The following sketch shows the node and edge numbering. * @anchor QuadNodeAndEdgeNumbering * @code * 2 diff --git a/MeshLib/Elements/QuadRule8.h b/MeshLib/Elements/QuadRule8.h index 3cb57707655..2fd8a193f04 100644 --- a/MeshLib/Elements/QuadRule8.h +++ b/MeshLib/Elements/QuadRule8.h @@ -19,7 +19,7 @@ namespace MeshLib { /** - * This class represents a 2d quadliteral element with 8 nodes. + * This class represents a 2d quadrilateral element with 8 nodes. * The following sketch shows the node and edge numbering. * @anchor QuadNodeAndEdgeNumbering * @code diff --git a/MeshLib/Elements/QuadRule9.h b/MeshLib/Elements/QuadRule9.h index 768096e8c58..10b7a452959 100644 --- a/MeshLib/Elements/QuadRule9.h +++ b/MeshLib/Elements/QuadRule9.h @@ -18,7 +18,7 @@ namespace MeshLib { /** - * This class represents a 2d quadliteral element with 9 nodes. + * This class represents a 2d quadrilateral element with 9 nodes. * The following sketch shows the node and edge numbering. * @anchor QuadNodeAndEdgeNumbering * @code @@ -26,7 +26,7 @@ namespace MeshLib * 3-----6-----2 * | | * | | - * 3 7 9 5 1 + * 3 7 8 5 1 * | | * | | * 0-----4-----1 -- GitLab