Formatting
This commit is contained in:
parent
1e54336c03
commit
9eb91ceb5a
1 changed files with 3 additions and 3 deletions
|
@ -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_;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue