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
ebb265ce
Commit
ebb265ce
authored
Feb 18, 2021
by
Gunther H. Weber
Browse files
Add missing VTKM_EXEC_CONT declarations to functor
parent
10ea36bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/worklet/contourtree_augmented/meshtypes/contourtreemesh/CombinedVectorDifferentFromNext.h
View file @
ebb265ce
...
...
@@ -88,14 +88,14 @@ public:
Portal2Type
ThisGlobalMeshIndex
;
Portal3Type
OtherGlobalMeshIndex
;
vtkm
::
Id
GetGlobalMeshIndex
(
vtkm
::
Id
idx
)
const
VTKM_EXEC_CONT
inline
vtkm
::
Id
GetGlobalMeshIndex
(
vtkm
::
Id
idx
)
const
{
return
vtkm
::
worklet
::
contourtree_augmented
::
IsThis
(
idx
)
?
this
->
ThisGlobalMeshIndex
.
Get
(
MaskedIndex
(
idx
))
:
this
->
OtherGlobalMeshIndex
.
Get
(
MaskedIndex
(
idx
));
}
vtkm
::
Id
operator
()(
vtkm
::
Id
i
)
const
VTKM_EXEC_CONT
vtkm
::
Id
operator
()(
vtkm
::
Id
i
)
const
{
vtkm
::
Id
currGlobalIdx
=
this
->
GetGlobalMeshIndex
(
this
->
OverallSortOrderPortal
.
Get
(
i
));
vtkm
::
Id
nextGlobalIdx
=
this
->
GetGlobalMeshIndex
(
this
->
OverallSortOrderPortal
.
Get
(
i
+
1
));
...
...
Atkins, Charles Vernon
@atkins3
mentioned in commit
e3851ce2
·
Feb 22, 2021
mentioned in commit
e3851ce2
mentioned in commit e3851ce2368696f7284cd4f16db4c1ff962256a6
Toggle commit list
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