From deeacd801726ec0db1de2576dafae5c4745bb65a Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Fri, 14 Jul 2017 18:09:38 +0200 Subject: [PATCH] [Num] Corrected the documentation of PrismRule15 and PyramidRule13 --- MeshLib/Elements/PrismRule15.h | 10 +++++----- MeshLib/Elements/PyramidRule13.h | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/MeshLib/Elements/PrismRule15.h b/MeshLib/Elements/PrismRule15.h index a8eb9561fe8..b78e6af186c 100644 --- a/MeshLib/Elements/PrismRule15.h +++ b/MeshLib/Elements/PrismRule15.h @@ -24,14 +24,14 @@ namespace MeshLib * 5 * / \ * / : \ - * 14/ : \13 - * / :11 \ - * / : 12 \ - * 3-----------4 + * 11/ : \10 + * / :14 \ + * / : \ + * 3------9----4 * | : | * | 2 | * | . . | - * 9| . . |10 + * 12| . . |13 * | 8. .7 | * | . . | * |. .| diff --git a/MeshLib/Elements/PyramidRule13.h b/MeshLib/Elements/PyramidRule13.h index b0fee0b7854..830707a31d5 100644 --- a/MeshLib/Elements/PyramidRule13.h +++ b/MeshLib/Elements/PyramidRule13.h @@ -25,12 +25,12 @@ namespace MeshLib * 4 * //|\ * // | \ - * 12// | \11 - * // |10 \ + * 11// | \10 + * // |9 \ * // | \ * 3/.... |.....2 * ./ | 7 / - * ./9 | / + * ./12 | / * 8./ | /6 * ./ | / * ./ |/ -- GitLab