Cosmetic changes.

time-shift
Stéphane Adjemian (Charybdis) 2019-02-25 12:46:09 +01:00
parent d6e6b29620
commit d81545941e
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
function info=stoch_simul(var_list)
function info = stoch_simul(var_list)
% Copyright (C) 2001-2018 Dynare Team
% Copyright (C) 2001-2019 Dynare Team
%
% This file is part of Dynare.
%
@ -79,7 +79,7 @@ elseif options_.discretionary_policy
if ~options_.linear
error('discretionary_policy: only linear-quadratic problems can be solved');
end
[oo_.dr,ys,info] = discretionary_policy_1(oo_,options_.instruments);
[oo_.dr, ~, info] = discretionary_policy_1(oo_,options_.instruments);
else
if options_.logged_steady_state %if steady state was previously logged, undo this
oo_.dr.ys=exp(oo_.dr.ys);