Skip to content
Snippets Groups Projects
Commit 549f0cf4 authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

fix bug in estimation input: sylvester

parent 1c30a1e1
Branches
No related tags found
No related merge requests found
...@@ -57,9 +57,9 @@ try ...@@ -57,9 +57,9 @@ try
end end
case 'sylvester' case 'sylvester'
if strcmp(value, 'default') if value == 2 %default
options_.sylvester_fp = 0; options_.sylvester_fp = 0;
else elseif value == 3 %fixed_point
options_.sylvester_fp = 1; options_.sylvester_fp = 1;
end end
case 'dr' case 'dr'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment