Skip to content
Snippets Groups Projects
Commit 0438a98c authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

Corrected patch cell numbering

parent c1aa2b60
Branches
Tags
No related merge requests found
......@@ -80,16 +80,16 @@ public:
// Public static data
// this must be consistent with the enumeration in "vtkCell.H"
static const label VTK_TRIANGLE = 5;
static const label VTK_POLYGON = 9;
static const label VTK_QUAD = 10;
static const label VTK_POLYGON = 7;
static const label VTK_QUAD = 9;
static const label VTK_TETRA = 10;
static const label VTK_PYRAMID = 14;
static const label VTK_WEDGE = 13;
static const label VTK_HEXAHEDRON = 12;
// Constructors
//- Construct from components
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment