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

fix bug in estimation input: first_obs

parent ddb2ef91
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ try
end
case 'first_obs'
options_.first_obs = value;
options_.first_obs = str2num(value);
case 'use_bandpass_filter'
options_.bandpass.indicator = value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment