Skip to content

Commit b2eef54

Browse files
committed
Workaround nvcc issues
1 parent e1af5f2 commit b2eef54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/splines/1d_spline_evaluator_derivatives.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void test_deriv(
132132
DElem const& deriv_order,
133133
std::size_t const ncells)
134134
{
135-
using domain = decltype(spline_eval_deriv.domain());
135+
using domain = typename SplineDerivSpan::discrete_domain_type;
136136
using I = typename DDimI::continuous_dimension_type;
137137

138138
ddc::parallel_fill(exec_space, spline_eval_deriv, 0.0);

0 commit comments

Comments
 (0)