mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
fix typo in evalSolverSugarFunction()
This commit is contained in:
parent
ff8d81762d
commit
9e71ecbeec
@ -120,7 +120,7 @@ void evalSolverSugarFunction( const POLYNOMIAL& pols, const ROOTS& roots, const
|
||||
bool found = false;
|
||||
for( size_t j=0; j<calc_realRoots.size()&& !found; ++j )
|
||||
{
|
||||
if( internal::isApprox( calc_realRoots[i], real_roots[j] ), psPrec ){
|
||||
if( internal::isApprox( calc_realRoots[i], real_roots[j], psPrec ) ){
|
||||
found = true; }
|
||||
}
|
||||
VERIFY( found );
|
||||
|
Loading…
Reference in New Issue
Block a user