STYLE: use labelRange for identity

This commit is contained in:
Mark Olesen
2020-11-23 12:04:39 +01:00
parent ae49b51182
commit 7349b97ecc
10 changed files with 24 additions and 34 deletions

View File

@ -333,7 +333,7 @@ void Foam::ensightMesh::correct()
part.classify
(
mesh_.faces(),
identity(p.size(), p.start()),
identity(p.range()),
boolList(), // no flip map
excludeFace
);