fix undefined new filter option

covariance-quadratic-approximation
Marco Ratto 2023-12-21 10:31:52 +01:00 committed by Sébastien Villemot
parent e918589e02
commit fbf62255c6
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ end
if ismember(flag,{'filter','all'})
options_occbin_.filter.state_covariance = false;
options_occbin_.filter.guess_regime = false;
options_occbin_.filter.periodic_solution = true;
options_occbin_.filter.use_relaxation = false;
end