Added missing explicit labelHashSet
This commit is contained in:
parent
2859319549
commit
c9e75e2d99
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ void Foam::vtkPV3Foam::convertMeshCellZones
|
|||
mesh
|
||||
);
|
||||
|
||||
subsetMesh.setLargeCellSubset(zMesh[zoneId]);
|
||||
subsetMesh.setLargeCellSubset(labelHashSet(zMesh[zoneId]));
|
||||
|
||||
vtkUnstructuredGrid* vtkmesh = volumeVTKMesh
|
||||
(
|
||||
|
|
Reference in a new issue