mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
precision of tol for float has been changed
This commit is contained in:
committed by
Julian Kent
parent
ce6b10b99a
commit
a504b6e881
@@ -14,7 +14,7 @@
|
|||||||
template<typename Type>
|
template<typename Type>
|
||||||
void fullRankCholeskyTolerance(Type &tol)
|
void fullRankCholeskyTolerance(Type &tol)
|
||||||
{
|
{
|
||||||
tol /= 1000000000;
|
tol /= 10000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<> inline
|
template<> inline
|
||||||
|
|||||||
Reference in New Issue
Block a user