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
Bill Lorensen
VTK
Commits
8404cccd
Commit
8404cccd
authored
Mar 07, 2012
by
George Zagaris
Browse files
COMP: Fix compiler warnings with unused vars
Change-Id: Ieff969484ec6e63470e8c133091c8dbe68a3fa72
parent
878843bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMR/vtkAMRResampleFilter.cxx
View file @
8404cccd
...
@@ -949,8 +949,10 @@ void vtkAMRResampleFilter::GetDomainParameters(
...
@@ -949,8 +949,10 @@ void vtkAMRResampleFilter::GetDomainParameters(
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
void
vtkAMRResampleFilter
::
SnapBounds
(
void
vtkAMRResampleFilter
::
SnapBounds
(
const
double
h0
[
3
],
const
double
domainMin
[
3
],
const
double
domainMax
[
3
],
const
double
*
vtkNotUsed
(
h0
[
3
]),
const
int
dims
[
3
],
bool
outside
[
6
]
)
const
double
domainMin
[
3
],
const
double
domainMax
[
3
],
const
int
*
vtkNotUsed
(
dims
[
3
]),
bool
outside
[
6
]
)
{
{
int
i
,
j
;
int
i
,
j
;
for
(
i
=
0
,
j
=
0
;
i
<
3
;
++
i
)
for
(
i
=
0
,
j
=
0
;
i
<
3
;
++
i
)
...
...
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