I have replaced KokkosExt::ArithmeticTraits::epsilon<double>::value with DBL_EPSILON because DTK had a dependency on ArborX_DetailsKokkosExt.hpp but that file doesn't exist anymore. Instead of depending on another file in ArborX/Details, I just use DBL_EPSILON directly.
I have replaced
KokkosExt::ArithmeticTraits::epsilon<double>::value
withDBL_EPSILON
because DTK had a dependency onArborX_DetailsKokkosExt.hpp
but that file doesn't exist anymore. Instead of depending on another file inArborX/Details
, I just useDBL_EPSILON
directly.