Skip to content
Snippets Groups Projects
Commit ade89a9e authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed missing initialization of qz_criterium with nonlinear filters.

parent 76c4bd04
Branches
Tags
No related merge requests found
......@@ -47,6 +47,10 @@ if options_.particle.status
options_.qz_criterium = 1+1e-6;
end
end
else
if isempty(options_.qz_criterium)
options_.qz_criterium = 1-1e-6;
end
end
else
% Linear filter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment