Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sreekanth Arikatla
VTK-m
Commits
a73fc3fd
Commit
a73fc3fd
authored
Dec 19, 2017
by
Robert Maynard
Browse files
Enable all point gradient worklet tests
parent
f98f42de
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/worklet/testing/UnitTestPointGradient.cxx
View file @
a73fc3fd
...
...
@@ -226,11 +226,11 @@ void TestPointGradientExplicit()
void
TestPointGradient
()
{
using
DeviceAdapter
=
VTKM_DEFAULT_DEVICE_ADAPTER_TAG
;
//
TestPointGradientUniform2D<DeviceAdapter>();
TestPointGradientUniform2D
<
DeviceAdapter
>
();
TestPointGradientUniform3D
<
DeviceAdapter
>
();
//
TestPointGradientUniform3DWithVectorField<DeviceAdapter>();
//
TestPointGradientUniform3DWithVectorField2<DeviceAdapter>();
//
TestPointGradientExplicit<DeviceAdapter>();
TestPointGradientUniform3DWithVectorField
<
DeviceAdapter
>
();
TestPointGradientUniform3DWithVectorField2
<
DeviceAdapter
>
();
TestPointGradientExplicit
<
DeviceAdapter
>
();
}
}
...
...
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