Turned warnings off in perfect_foresight_simulation.m.

time-shift
Stéphane Adjemian (Charybdis) 2010-05-05 15:36:20 +02:00
parent f25371bf6a
commit 83521c384f
1 changed files with 5 additions and 1 deletions

View File

@ -62,6 +62,8 @@ if isempty(flag_init)
flag_init = 1;
end
warning off all
if nargin<1
compute_linear_solution = 0;
else
@ -181,4 +183,6 @@ if ~stop
info.iterations.time = info.iterations.time(1:last_line);
info.iterations.error = info.iterations.error(1:last_line);
oo_.endo_simul = initial_endo_simul;
end
end
warning on all