From 48a3e0ed55f2f9efbc31a796104465e89f91dbf8 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Mar 2012 21:31:49 +0100 Subject: [PATCH] fix conversion warning --- Eigen/src/PardisoSupport/PardisoSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/PardisoSupport/PardisoSupport.h b/Eigen/src/PardisoSupport/PardisoSupport.h index 3904e6418..cb22e992a 100644 --- a/Eigen/src/PardisoSupport/PardisoSupport.h +++ b/Eigen/src/PardisoSupport/PardisoSupport.h @@ -370,7 +370,7 @@ bool PardisoImpl::_solve(const MatrixBase &b, MatrixBase::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major right hand sides are not supported"); eigen_assert(((MatrixBase::Flags & RowMajorBit) == 0 || nrhs == 1) && "Row-major matrices of unknowns are not supported");