Fix bug in case where EIGEN_TEST_SPECIFIC_BLOCKING_SIZE is defined but false

This commit is contained in:
Benoit Jacob 2015-03-15 19:10:51 -04:00
parent 02babb9c0f
commit 151b8b95c6

View File

@ -272,8 +272,8 @@ inline bool useSpecificBlockingSizes(Index& k, Index& m, Index& n)
EIGEN_UNUSED_VARIABLE(k)
EIGEN_UNUSED_VARIABLE(m)
EIGEN_UNUSED_VARIABLE(n)
return false;
#endif
return false;
}
/** \brief Computes the blocking parameters for a m x k times k x n matrix product