Removed bad assertion

release/4.3a0
Richard Roberts 2010-11-02 23:00:43 +00:00
parent c2864f5f61
commit 9c5068e90a
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ SharedDiagonal Gaussian::QRColumnWise(ublas::matrix<double, ublas::column_major>
// Perform in-place Householder
#ifdef GT_USE_LAPACK
#ifdef USE_LAPACK_QR
assert(firstZeroRows);
householderColMajor(Ab);
#elif USE_DAVIS_QR
#else