mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 11:37:37 +08:00
Travis fix.
This commit is contained in:
@@ -185,7 +185,7 @@ public:
|
||||
size_t k = 1;
|
||||
|
||||
while (k < n) {
|
||||
res += A_pow * (Type(pow(dt, k)) / k_fact);
|
||||
res += A_pow * (Type(pow(dt, k)) / Type(k_fact));
|
||||
|
||||
if (k == n) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user