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()
|
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_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue