BUG: Typo: faceNormal -> faceNormals

This commit is contained in:
graham
2011-05-18 16:28:53 +01:00
parent 87518b4af0
commit 885f626aad

View File

@ -307,7 +307,7 @@ getVolumeType
forAll(eFaces, i)
{
edgeNormal += patch_.faceNormal()[eFaces[i]];
edgeNormal += patch_.faceNormals()[eFaces[i]];
}
if (debug & 2)