Skip to content
Snippets Groups Projects
Commit ef77579e authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[functions] fix DerivativeRangeTypeSelector

parent 8e99957b
No related branches found
No related tags found
2 merge requests!41Fix compilation with icc, several other changes,!39Make functions copyable
......@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment