precision of tol for float has been changed

This commit is contained in:
Mitchell-Lee-93 2020-11-04 00:13:28 +09:00 committed by Julian Kent
parent ce6b10b99a
commit a504b6e881

View File

@ -14,7 +14,7 @@
template<typename Type>
void fullRankCholeskyTolerance(Type &tol)
{
tol /= 1000000000;
tol /= 10000000;
}
template<> inline