Corrected patch cell numbering

This commit is contained in:
mattijs 2008-05-06 09:30:27 +01:00
parent c1aa2b60d6
commit 0438a98c74

View File

@ -80,16 +80,16 @@ public:
// Public static data // Public static data
// this must be consistent with the enumeration in "vtkCell.H"
static const label VTK_TRIANGLE = 5; static const label VTK_TRIANGLE = 5;
static const label VTK_POLYGON = 9; static const label VTK_POLYGON = 7;
static const label VTK_QUAD = 10; static const label VTK_QUAD = 9;
static const label VTK_TETRA = 10; static const label VTK_TETRA = 10;
static const label VTK_PYRAMID = 14; static const label VTK_PYRAMID = 14;
static const label VTK_WEDGE = 13; static const label VTK_WEDGE = 13;
static const label VTK_HEXAHEDRON = 12; static const label VTK_HEXAHEDRON = 12;
// Constructors // Constructors
//- Construct from components //- Construct from components