Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jayesh Badwaik
VTK-m
Commits
afc3f530
Commit
afc3f530
authored
May 15, 2019
by
Robert Maynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded ScatterType as it was the default
parent
a1ea509f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vtkm/worklet/Clip.h
vtkm/worklet/Clip.h
+0
-2
No files found.
vtkm/worklet/Clip.h
View file @
afc3f530
...
...
@@ -808,8 +808,6 @@ public:
using
ExecutionSignature
=
void
(
_2
,
_3
);
using
ScatterType
=
vtkm
::
worklet
::
ScatterIdentity
;
template
<
typename
MappedValueVecType
,
typename
MappedValueType
>
VTKM_EXEC
void
operator
()(
const
MappedValueVecType
&
toReduce
,
MappedValueType
&
centroid
)
const
{
...
...
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