mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
precision of tol for float has been changed
This commit is contained in:
parent
ce6b10b99a
commit
a504b6e881
@ -14,7 +14,7 @@
|
||||
template<typename Type>
|
||||
void fullRankCholeskyTolerance(Type &tol)
|
||||
{
|
||||
tol /= 1000000000;
|
||||
tol /= 10000000;
|
||||
}
|
||||
|
||||
template<> inline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user