mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
fix stupid enum values
This commit is contained in:
parent
39d9f0275b
commit
4f8773c23a
@ -50,8 +50,8 @@ class GeneralProduct;
|
||||
template<int Rows, int Cols, int Depth> struct ei_product_type_selector;
|
||||
|
||||
enum {
|
||||
Large = Dynamic,
|
||||
Small = Dynamic/2
|
||||
Large = 2,
|
||||
Small = 3
|
||||
};
|
||||
|
||||
template<typename Lhs, typename Rhs> struct ei_product_type
|
||||
|
Loading…
Reference in New Issue
Block a user