Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
2b964997
Commit
2b964997
authored
Feb 13, 2012
by
George Zagaris
Browse files
BUGFIX: Correct superclass in vtkTypeMacro
Change-Id: I20bb2b2f4b6a81ae2ca174d2e5bd8effe0507f5f
parent
19522630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Graphics/vtkOverlappingAMRLevelIdScalars.h
View file @
2b964997
...
@@ -31,7 +31,7 @@ class VTK_GRAPHICS_EXPORT vtkOverlappingAMRLevelIdScalars :
...
@@ -31,7 +31,7 @@ class VTK_GRAPHICS_EXPORT vtkOverlappingAMRLevelIdScalars :
{
{
public:
public:
static
vtkOverlappingAMRLevelIdScalars
*
New
();
static
vtkOverlappingAMRLevelIdScalars
*
New
();
vtkTypeMacro
(
vtkOverlappingAMRLevelIdScalars
,
vtk
Non
OverlappingAMRAlgorithm
);
vtkTypeMacro
(
vtkOverlappingAMRLevelIdScalars
,
vtkOverlappingAMRAlgorithm
);
void
PrintSelf
(
ostream
&
os
,
vtkIndent
indent
);
void
PrintSelf
(
ostream
&
os
,
vtkIndent
indent
);
//BTX
//BTX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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