one more fix for openmp

This commit is contained in:
Gael Guennebaud 2010-07-20 14:19:00 +02:00
parent d7fa09bf05
commit 193eedbfe2

View File

@ -93,7 +93,7 @@ static void run(Index rows, Index cols, Index depth,
LhsScalar* blockA = ei_aligned_stack_new(LhsScalar, kc*mc);
std::size_t sizeW = kc*Traits::WorkSpaceFactor;
RhsScalar* w = ei_aligned_stack_new(RhsScalar, sizeW);
LhsScalar* blockB = blocking.blockB();
RhsScalar* blockB = blocking.blockB();
ei_internal_assert(blockB!=0);
// For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...