Skip to content
Snippets Groups Projects
Commit 749a4bb5 authored by mattijs's avatar mattijs
Browse files

typo

parent 7411ec0a
Branches
Tags
No related merge requests found
......@@ -547,7 +547,7 @@ Foam::vector Foam::face::normal(const pointField& p) const
label nPoints = size();
vector n = vector::zero;
register label pI;
point centrePoint = vector::zero;
for (pI = 0; pI < nPoints; pI++)
......@@ -556,9 +556,9 @@ Foam::vector Foam::face::normal(const pointField& p) const
}
centrePoint /= nPoints;
point nextPoint = centrePoint;
vector n = vector::zero;
register label pI;
point nextPoint = centrePoint;
for (pI = 0; pI < nPoints; pI++)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment