mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Typo: faceNormal -> faceNormals
This commit is contained in:
@ -307,7 +307,7 @@ getVolumeType
|
||||
|
||||
forAll(eFaces, i)
|
||||
{
|
||||
edgeNormal += patch_.faceNormal()[eFaces[i]];
|
||||
edgeNormal += patch_.faceNormals()[eFaces[i]];
|
||||
}
|
||||
|
||||
if (debug & 2)
|
||||
|
||||
Reference in New Issue
Block a user