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

Removed display of debug info.

parent 00d67110
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ k = ((delt+bet)/(1.0*aa*alph))^(1/(alph-1));
c = aa*k^alph-delt*k;
end;
disp('Test #1')
initval_file(filename = ramst_initval_file_data);
steady;
......@@ -30,7 +29,6 @@ steady;
simul(periods=200);
disp('Test #2')
initval_file(filename = ramst_initval_file_data_row_vec_mat);
steady;
......@@ -38,8 +36,6 @@ steady;
simul(periods=200);
disp('Test #3')
initval_file(filename = ramst_initval_file_data_col_vec_mat);
steady;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment