From f4bdc66e8313e20374377eedb6bc1d90d045d926 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 7 Sep 2012 23:19:24 +0200 Subject: [PATCH] remove stupid assert in blue norm. (transplanted from 06d2fe453d5dfbdc8a69dcd02f17801fc3f75b86 ) --- Eigen/src/Core/StableNorm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Eigen/src/Core/StableNorm.h b/Eigen/src/Core/StableNorm.h index d8bf7db70..7499b195e 100644 --- a/Eigen/src/Core/StableNorm.h +++ b/Eigen/src/Core/StableNorm.h @@ -131,7 +131,6 @@ MatrixBase::blueNorm() const abig = internal::sqrt(abig); if(abig > overfl) { - eigen_assert(false && "overflow"); return rbig; } if(amed > RealScalar(0))