remove stupid assert in blue norm.

(transplanted from 06d2fe453d5dfbdc8a69dcd02f17801fc3f75b86
)
This commit is contained in:
Gael Guennebaud 2012-09-07 23:19:24 +02:00
parent 16deb21376
commit f4bdc66e83

View File

@ -131,7 +131,6 @@ MatrixBase<Derived>::blueNorm() const
abig = internal::sqrt(abig);
if(abig > overfl)
{
eigen_assert(false && "overflow");
return rbig;
}
if(amed > RealScalar(0))