fix stupid enum values

This commit is contained in:
Gael Guennebaud 2010-02-19 17:46:36 +01:00
parent 39d9f0275b
commit 4f8773c23a

View File

@ -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