In debugging modus, provide termination values of steady state finding.

Closes #3
time-shift
Johannes Pfeifer 2015-07-24 10:44:46 +02:00
parent 3fdda5412f
commit f788271b9c
1 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,12 @@ else
if options_.noprint == 0
resid;
end
if options_.debug
fprintf('\nThe steady state computation failed. It terminated with the following values:\n')
for i=1:M_.orig_endo_nbr
fprintf('%s \t\t %g\n',M_.endo_names(i,:),steady_state(i));
end
end
print_info(info,options_.noprint, options_);
end