Skip to content
Snippets Groups Projects
Commit 1ddd00b5 authored by MichelJuillard's avatar MichelJuillard
Browse files

ms-sbvar: corrected bug in initialization/computation of final

subperiod
parent ed15f0bc
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ options_.data = read_variables(options_.datafile, ... ...@@ -33,7 +33,7 @@ options_.data = read_variables(options_.datafile, ...
[final_year,final_subperiod] = check_datafile_years_assigned(options_); [final_year,final_subperiod] = check_datafile_years_assigned(options_);
if ~isempty(final_year) if ~isempty(final_year)
options_.ms.final_year = final_year; options_.ms.final_year = final_year;
opions_.ms.final_subperiod = final_subperiod; options_.ms.final_subperiod = final_subperiod;
end end
if options_.ms.upper_cholesky if options_.ms.upper_cholesky
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment