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

Merge pull request #1010 from JohannesPfeifer/dr_test

Correct copy and paste mistake in comparison_policy_functions_dynare_…
parents 4c523166 5adfe426
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
if ~isoctave() && ~matlab_ver_less_than('8.4')
websave('FV_2011_policyfunctions.mat','http://www.dynare.org/Datasets/FV_2011_policyfunctions.mat')
else
urlwrite('http://www.dynare.org/Datasets/policyfunctions.mat','FV_2011_policyfunctions.mat')
urlwrite('http://www.dynare.org/Datasets/FV_2011_policyfunctions.mat','FV_2011_policyfunctions.mat')
end
load FV_2011_policyfunctions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment