Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sudhanshu Sane
VTK-m
Commits
81147365
Commit
81147365
authored
Mar 16, 2016
by
Robert Maynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a long long to int warning.
parent
177b31f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vtkm/worklet/internal/TriangulateTables.h
vtkm/worklet/internal/TriangulateTables.h
+1
-1
No files found.
vtkm/worklet/internal/TriangulateTables.h
View file @
81147365
...
...
@@ -288,7 +288,7 @@ public:
vtkm
::
NUMBER_OF_CELL_SHAPES
)),
Indices
(
vtkm
::
cont
::
make_ArrayHandle
(
vtkm
::
worklet
::
internal
::
TetrahedronIndexData
,
sizeof
(
vtkm
::
worklet
::
internal
::
TetrahedronIndexData
)
/
sizeof
(
vtkm
::
IdComponent
)
))
vtkm
::
Id
(
44
)
))
{
}
template
<
typename
Device
>
...
...
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