ORNL-CEES / DataTransferKit

A library for multiphysics solution transfer. ARCHIVED
https://datatransferkit.readthedocs.io/en/dtk-3.0/
BSD 3-Clause "New" or "Revised" License
47 stars 26 forks source link

Update ArborX version #598

Closed Rombur closed 3 years ago

Rombur commented 3 years ago

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.