Removed deprecated flag (which apparently was ignored anyway)

This commit is contained in:
Christoph Hertzberg 2016-05-11 23:05:37 +02:00
parent 2150f13d65
commit 1a1ce6ff61

View File

@ -239,7 +239,7 @@ struct traits<KroneckerProductSparse<_Lhs,_Rhs> >
RemovedBits = ~(EvalToRowMajor ? 0 : RowMajorBit),
Flags = ((LhsFlags | RhsFlags) & HereditaryBits & RemovedBits)
| EvalBeforeNestingBit | EvalBeforeAssigningBit,
| EvalBeforeNestingBit,
CoeffReadCost = HugeCost
};