Skip to content

Commit

Permalink
Renaming CRBF
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlag31 committed Dec 27, 2023
1 parent c38f97f commit af51936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ add_test(NAME ArborX_Test_BoostAdapters COMMAND ArborX_Test_BoostAdapters.exe)

add_executable(ArborX_Test_InterpMovingLeastSquares.exe
tstInterpDetailsSVD.cpp
tstInterpDetailsCRBF.cpp
tstInterpDetailsCompactRadialBasisFunction.cpp
tstInterpDetailsPolyBasis.cpp
tstInterpDetailsMLSCoefficients.cpp
tstInterpMovingLeastSquares.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ void makeCase(ES const &es, std::function<T(T const)> const &tf, T tol = 1e-5)
}

#define MAKE_TEST(F, I, TF) \
BOOST_AUTO_TEST_CASE_TEMPLATE(crbf_##F##_##I, DeviceType, \
ARBORX_DEVICE_TYPES) \
BOOST_AUTO_TEST_CASE_TEMPLATE(compact_radial_basis_function_##F##_##I, \
DeviceType, ARBORX_DEVICE_TYPES) \
{ \
makeCase<double, ArborX::Interpolation::CRBF::F<I>>( \
typename DeviceType::execution_space{}, TF<double>); \
Expand Down

0 comments on commit af51936

Please sign in to comment.