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