mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected patch cell numbering
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user