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

ramst_initval_file.mod: move to non-deprecated syntax

parent 91e33488
Branches
No related tags found
1 merge request!1933ramst_initval_file.mod: move to non-deprecated syntax
...@@ -24,7 +24,7 @@ end; ...@@ -24,7 +24,7 @@ end;
steady; steady;
initval_file(filename = ramst_initval_file_data_row_vec_mat); initval_file(datafile = ramst_initval_file_data_row_vec_mat);
perfect_foresight_setup(periods=200); perfect_foresight_setup(periods=200);
if oo_.exo_simul(2) ~= 1.2 if oo_.exo_simul(2) ~= 1.2
error('initval_file problem with exogenous variable'); error('initval_file problem with exogenous variable');
...@@ -40,7 +40,7 @@ end ...@@ -40,7 +40,7 @@ end
oo_.exo_simul = []; oo_.exo_simul = [];
oo_.endo_simul = []; oo_.endo_simul = [];
initval_file(filename = ramst_initval_file_data_col_vec_mat); initval_file(datafile = ramst_initval_file_data_col_vec_mat);
perfect_foresight_setup(periods=200); perfect_foresight_setup(periods=200);
if oo_.exo_simul(2) ~= 1.2 if oo_.exo_simul(2) ~= 1.2
...@@ -55,7 +55,7 @@ if ~oo_.deterministic_simulation.status ...@@ -55,7 +55,7 @@ if ~oo_.deterministic_simulation.status
end end
if ispc() if ispc()
initval_file(filename = ramst_initval_file_excel); initval_file(datafile = ramst_initval_file_excel);
perfect_foresight_setup(periods=200); perfect_foresight_setup(periods=200);
perfect_foresight_solver; perfect_foresight_solver;
if ~oo_.deterministic_simulation.status if ~oo_.deterministic_simulation.status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment