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

Cosmetic change.

parent e2a14943
Branches 4.4
No related tags found
No related merge requests found
......@@ -23,34 +23,25 @@ c = aa*k^alph-delt*k;
end;
initval_file(filename = ramst_initval_file_data);
steady;
perfect_foresight_setup(periods=200);
perfect_foresight_solver;
initval_file(filename = ramst_initval_file_data_row_vec_mat);
steady;
perfect_foresight_setup(periods=200);
perfect_foresight_solver;
initval_file(filename = ramst_initval_file_data_col_vec_mat);
steady;
perfect_foresight_setup(periods=200);
perfect_foresight_solver;
if ispc()
disp('Test #4')
initval_file(filename = ramst_initval_file_excel);
steady;
perfect_foresight_setup(periods=200);
perfect_foresight_solver;
end
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