From 885f626aade60ae5bb2712fc015f441d09cc199d Mon Sep 17 00:00:00 2001 From: graham <g.macpherson@opencfd.co.uk> Date: Wed, 18 May 2011 16:28:53 +0100 Subject: [PATCH] BUG: Typo: faceNormal -> faceNormals --- src/meshTools/indexedOctree/treeDataPrimitivePatch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/indexedOctree/treeDataPrimitivePatch.C b/src/meshTools/indexedOctree/treeDataPrimitivePatch.C index e6b485d6f42..ac73884fa48 100644 --- a/src/meshTools/indexedOctree/treeDataPrimitivePatch.C +++ b/src/meshTools/indexedOctree/treeDataPrimitivePatch.C @@ -307,7 +307,7 @@ getVolumeType forAll(eFaces, i) { - edgeNormal += patch_.faceNormal()[eFaces[i]]; + edgeNormal += patch_.faceNormals()[eFaces[i]]; } if (debug & 2) -- GitLab