mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
Fix code format
This commit is contained in:
parent
118520f04a
commit
d9392f9e55
@ -39,10 +39,9 @@ inline Index get_runtime_reshape_size(AutoSize_t /*size*/, Index other, Index to
|
|||||||
return total/other;
|
return total/other;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <int Flags, int Order>
|
template<int Flags, int Order>
|
||||||
struct get_compiletime_reshape_order
|
struct get_compiletime_reshape_order {
|
||||||
{
|
enum { value = Order == AutoOrder ? Flags & RowMajorBit : Order };
|
||||||
enum { value = Order==AutoOrder ? Flags & RowMajorBit : Order };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user