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