polyTopoChange::edgeCollapser: Updated to use the faster labelHashSet
This commit is contained in:
@ -42,7 +42,7 @@ namespace Foam
|
||||
}
|
||||
|
||||
|
||||
Foam::HashSet<Foam::label> Foam::edgeCollapser::checkBadFaces
|
||||
Foam::labelHashSet Foam::edgeCollapser::checkBadFaces
|
||||
(
|
||||
const polyMesh& mesh,
|
||||
const dictionary& meshQualityDict
|
||||
|
||||
Reference in New Issue
Block a user