BUG: foamToEnsight : wedge and hex numbering inconsistent between mesh and fields

This commit is contained in:
mattijs
2010-10-15 15:26:25 +01:00
parent a48897c558
commit 1526db114b
3 changed files with 30 additions and 10 deletions

View File

@ -57,7 +57,6 @@ public:
labelList prisms;
labelList wedges;
labelList hexes;
labelList hexesWedges;
labelList polys;
@ -77,7 +76,6 @@ public:
prisms(nCells),
wedges(nCells),
hexes(nCells),
hexesWedges(nCells),
polys(nCells)
{}
};