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
ebdad45d
Commit
ebdad45d
authored
Jun 30, 2018
by
Abhishek Yenpure
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing VTKM_CONT_EXPORT for the CellLocator
parent
e42c270f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vtkm/cont/BoundingIntervalHierarchy.h
vtkm/cont/BoundingIntervalHierarchy.h
+1
-1
vtkm/cont/CellLocator.h
vtkm/cont/CellLocator.h
+1
-1
No files found.
vtkm/cont/BoundingIntervalHierarchy.h
View file @
ebdad45d
...
...
@@ -33,7 +33,7 @@ namespace vtkm
namespace
cont
{
class
VTKM_CONT_EXPORT
BoundingIntervalHierarchy
:
public
vtkm
::
cont
::
CellLocator
class
BoundingIntervalHierarchy
:
public
vtkm
::
cont
::
CellLocator
{
private:
using
IdArrayHandle
=
vtkm
::
cont
::
ArrayHandle
<
vtkm
::
Id
>
;
...
...
vtkm/cont/CellLocator.h
View file @
ebdad45d
...
...
@@ -32,7 +32,7 @@ namespace vtkm
namespace
cont
{
class
VTKM_CONT_EXPORT
CellLocator
:
public
vtkm
::
cont
::
ExecutionObjectBase
class
CellLocator
:
public
vtkm
::
cont
::
ExecutionObjectBase
{
private:
using
HandleType
=
vtkm
::
cont
::
VirtualObjectHandle
<
vtkm
::
exec
::
CellLocator
>
;
...
...
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