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
Todd Kordenbrock
VTK-m
Commits
3700897a
Commit
3700897a
authored
May 30, 2018
by
Haocheng LIU
Browse files
Supress declaration warning in VolumeRendererStructured
parent
bf8fcc91
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/rendering/raytracing/VolumeRendererStructured.cxx
View file @
3700897a
...
...
@@ -202,7 +202,7 @@ template <typename Device>
class
UniformLocator
{
protected:
using
UniformArrayHandle
=
typename
vtkm
::
cont
::
ArrayHandleUniformPointCoordinates
;
using
UniformArrayHandle
=
vtkm
::
cont
::
ArrayHandleUniformPointCoordinates
;
using
UniformConstPortal
=
typename
UniformArrayHandle
::
ExecutionTypes
<
Device
>::
PortalConst
;
vtkm
::
Id3
PointDimensions
;
...
...
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