File tree Expand file tree Collapse file tree
include/ddc/kernels/splines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ class SplineEvaluatorND<
614614 ddc::for_each (
615615 evaluation_domain (spline_eval.domain ()),
616616 [=, *this ](typename evaluation_domain::discrete_element_type i) {
617- ddc::Coordinate<typename BSplines::continuous_dimansion_type ...>
617+ ddc::Coordinate<typename BSplines::continuous_dimension_type ...>
618618 coord_eval_ND (ddc::coordinate (i));
619619
620620 spline_eval_ND (i)
@@ -653,7 +653,7 @@ class SplineEvaluatorND<
653653 ddc::detail::TypeSeq<typename BSplines::continuous_dimension_type...>>);
654654
655655 return eval_no_bc<ddc::detail::TypeSeq<std::conditional_t <
656- ddc::in_tags_v<typename BSplines::continuous_dimansion_type , InterestDims>,
656+ ddc::in_tags_v<typename BSplines::continuous_dimension_type , InterestDims>,
657657 eval_deriv_type,
658658 eval_type>...>>(coord_eval, spline_coef);
659659 }
You can’t perform that action at this time.
0 commit comments