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
Ken Martin
VTK
Commits
c903fe94
Commit
c903fe94
authored
Apr 24, 2013
by
Joachim Pouderoux
Browse files
Fix warning on HTG 2D FullMaterial test.
Change-Id: Ia3f85f0d0ccf18993dbbdd63ede5ec4fa963da79
parent
a45a52a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Filters/HyperTree/Testing/Cxx/TestHyperTreeGridTernary2DFullMaterialBits.cxx
View file @
c903fe94
...
...
@@ -165,7 +165,7 @@ int TestHyperTreeGridTernary2DFullMaterialBits( int argc, char* argv[] )
idArray
->
SetNumberOfComponents
(
1
);
vtkIdType
nbPoints
=
htGrid
->
GetOutput
()
->
GetNumberOfPoints
();
idArray
->
SetNumberOfValues
(
nbPoints
);
for
(
unsigned
int
i
=
0
;
i
<
nbPoints
;
++
i
)
for
(
vtkIdType
i
=
0
;
i
<
nbPoints
;
++
i
)
{
idArray
->
SetValue
(
i
,
i
);
}
...
...
Write
Preview
Supports
Markdown
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