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
Sreekanth Arikatla
VTK-m
Commits
aa96874e
Commit
aa96874e
authored
Jan 03, 2018
by
Li-Ta Lo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'connected_component' of gitlab.kitware.com:ollielo/vtk-m into connected_component
parents
2f07119e
cf070581
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
vtkm/worklet/testing/UnitTestCellSetConnectivity.cpp
vtkm/worklet/testing/UnitTestCellSetConnectivity.cpp
+1
-1
vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx
vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx
+1
-1
vtkm/worklet/testing/UnitTestInnerJoin.cxx
vtkm/worklet/testing/UnitTestInnerJoin.cxx
+1
-1
No files found.
vtkm/worklet/testing/UnitTestCellSetConnectivity.cpp
View file @
aa96874e
...
...
@@ -149,4 +149,4 @@ int UnitTestCellSetConnectivity(int, char* [])
{
return
vtkm
::
cont
::
testing
::
Testing
::
Run
(
TestCellSetConnectivity
<
VTKM_DEFAULT_DEVICE_ADAPTER_TAG
>
());
}
\ No newline at end of file
}
vtkm/worklet/testing/UnitTestCellSetDualGraph.cxx
View file @
aa96874e
...
...
@@ -84,4 +84,4 @@ public:
int
UnitTestCellSetDualGraph
(
int
,
char
*
[])
{
return
vtkm
::
cont
::
testing
::
Testing
::
Run
(
TestCellSetDualGraph
<
VTKM_DEFAULT_DEVICE_ADAPTER_TAG
>
());
}
\ No newline at end of file
}
vtkm/worklet/testing/UnitTestInnerJoin.cxx
View file @
aa96874e
...
...
@@ -70,4 +70,4 @@ public:
int
UnitTestInnerJoin
(
int
,
char
*
[])
{
return
vtkm
::
cont
::
testing
::
Testing
::
Run
(
TestInnerJoin
<
VTKM_DEFAULT_DEVICE_ADAPTER_TAG
>
());
}
\ No newline at end of file
}
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