Bug fix (macro variable initialisation)

By default we do not use the fixed point of the Ricatti equation to initialize
the Kalman filter.
master
Stéphane Adjemian (Argos) 2023-10-12 10:34:17 +02:00
parent 940159d655
commit dea05fcadf
Signed by: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 1 additions and 1 deletions

2
Q3.mod
View File

@ -8,7 +8,7 @@
*/
@#ifndef USE_RICATTI_FIXED_POINT
USE_RICATTI_FIXED_POINT = false
@#define USE_RICATTI_FIXED_POINT = false
@#endif