mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: use labelRange for identity
This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user