mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: use vector::normalise and VectorSpace::normalised for clarity
This commit is contained in:
@ -189,7 +189,7 @@ tmp<vectorField> calcPointNormals
|
||||
{
|
||||
if (nNormals[pointI] > 0)
|
||||
{
|
||||
pointNormals[pointI] /= mag(pointNormals[pointI]);
|
||||
pointNormals[pointI].normalise();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user