mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Fix code format
This commit is contained in:
parent
118520f04a
commit
d9392f9e55
@ -40,8 +40,7 @@ inline Index get_runtime_reshape_size(AutoSize_t /*size*/, Index other, Index to
|
|||||||
}
|
}
|
||||||
|
|
||||||
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