Skip to content
Snippets Groups Projects
Commit 5adfe426 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Correct copy and paste mistake in comparison_policy_functions_dynare_mathematica.m

parent 4c523166
Branches
Tags
1 merge request!1010Correct copy and paste mistake in comparison_policy_functions_dynare_…
......@@ -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