Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0438a98c
Commit
0438a98c
authored
May 06, 2008
by
Mattijs Janssens
Browse files
Corrected patch cell numbering
parent
c1aa2b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/dataConversion/foamToVTK/vtkTopo.H
View file @
0438a98c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment