Skip to content
Snippets Groups Projects
Verified Commit fbf62255 authored by Marco Ratto's avatar Marco Ratto Committed by Sébastien Villemot
Browse files

fix undefined new filter option

parent e918589e
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ end ...@@ -44,6 +44,7 @@ end
if ismember(flag,{'filter','all'}) if ismember(flag,{'filter','all'})
options_occbin_.filter.state_covariance = false; options_occbin_.filter.state_covariance = false;
options_occbin_.filter.guess_regime = false; options_occbin_.filter.guess_regime = false;
options_occbin_.filter.periodic_solution = true;
options_occbin_.filter.use_relaxation = false; options_occbin_.filter.use_relaxation = false;
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment