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

Fixed typo.

parent 510eccd9
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ if M_.maximum_exo_lag
for t = 1:M_.maximum_exo_lag
for i=1:M_.exo_nbr
if available_exo_variables(i)
exo_histval(M_.maximum_exo_lag+1-t,i) = ds{exo_list{i}}(initialperiod-t).data;
M_.exo_histval(M_.maximum_exo_lag+1-t,i) = ds{exo_list{i}}(initialperiod-t).data;
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment