BUG: foamToEnsight : missing truncation of hexes
This commit is contained in:
parent
2a90d8638f
commit
5158b331b3
@ -163,6 +163,7 @@ void Foam::ensightMesh::correct()
|
||||
prisms.setSize(nPrisms);
|
||||
wedges.setSize(nWedges);
|
||||
hexes.setSize(nHexes);
|
||||
hexesWedges.setSize(nHexesWedges);
|
||||
polys.setSize(nPolys);
|
||||
|
||||
meshCellSets_.nTets = nTets;
|
||||
|
Loading…
Reference in New Issue
Block a user