Formatting

This commit is contained in:
Hrvoje Jasak 2010-09-29 19:58:27 +01:00
parent 1e54336c03
commit 9eb91ceb5a

View file

@ -789,7 +789,7 @@ const Foam::indirectPrimitivePatch& Foam::faMesh::patch() const
mesh_.allPoints()
);
}
return *patchPtr_;
}
@ -802,13 +802,13 @@ Foam::indirectPrimitivePatch& Foam::faMesh::patch()
(
IndirectList<face>
(
mesh_.allFaces(),
mesh_.allFaces(),
faceLabels_
),
mesh_.allPoints()
);
}
return *patchPtr_;
}