Removing host/device being called from device warning

This commit is contained in:
Abhishek Yenpure 2021-09-01 17:54:41 -07:00
parent f0d267e813
commit 8704ff2537

@ -172,7 +172,7 @@ public:
{
}
VTKM_EXEC_CONT
vtkm::FloatDefault Gamma(vtkm::Vec3f momentum, bool reciprocal = false) const
{
constexpr vtkm::FloatDefault c2 = SPEED_OF_LIGHT * SPEED_OF_LIGHT;