Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
a8ef4b05
Commit
a8ef4b05
authored
Dec 01, 2017
by
Philippe P. Pébaÿ
Browse files
Fixed an initialized-yet-unused-variable warning on Windows
parent
62cf7516
Changes
1
Hide whitespace changes
Inline
Side-by-side
Filters/HyperTree/Testing/Cxx/TestHyperTreeGridBinary2DInterfaceMaterial.cxx
View file @
a8ef4b05
...
...
@@ -59,7 +59,6 @@ int TestHyperTreeGridBinary2DInterfaceMaterial( int argc, char* argv[] )
vtkDataArray
*
interArray
=
vtkDataSet
::
SafeDownCast
(
htGrid
->
GetOutput
()
)
->
GetPointData
()
->
GetArray
(
"Intercepts"
);
for
(
vtkIdType
i
=
0
;
i
<
interArray
->
GetNumberOfTuples
();
++
i
)
{
double
*
inter
=
interArray
->
GetTuple3
(
i
);
interArray
->
SetTuple3
(
i
,
-
.25
,
-
.5
,
-
1.
);
}
...
...
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