diff --git a/dune/xt/functions/type_traits.hh b/dune/xt/functions/type_traits.hh index c5657be1c9cf83a381fce3da9db23d2d505c8a66..b844e8fc78b7e7414e999781e46b53949ce6971f 100644 --- a/dune/xt/functions/type_traits.hh +++ b/dune/xt/functions/type_traits.hh @@ -126,8 +126,8 @@ struct RangeTypeSelector<R, r, 1> template <size_t d, class R, size_t r, size_t rC> struct DerivativeRangeTypeSelector { - using single_type = XT::Common::FieldVector<R, d>; - using return_single_type = FieldVector<R, d>; + using single_type = FieldVector<R, d>; + using return_single_type = XT::Common::FieldVector<R, d>; using dynamic_single_type = DynamicVector<R>; using row_derivative_type = FieldMatrix<R, rC, d>;