Cosmetic change in doc headers.

time-shift
Stéphane Adjemian (Charybdis) 2020-12-07 18:39:11 +01:00
parent eceba8d6da
commit a669c3765d
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
2 changed files with 11 additions and 17 deletions

View File

@ -3,12 +3,12 @@ function oo_ = make_ex_(M_, options_, oo_)
% Forms oo_.exo_simul and oo_.exo_det_simul
%
% INPUTS
% M_: Dynare model structure
% options_: Dynare options structure
% oo_: Dynare results structure
% - M_ [struct] Dynare model structure
% - options_ [struct] Dynare options structure
% - oo_ [struct] Dynare results structure
%
% OUTPUTS
% oo_: Dynare results structure
% - oo_ [struct] Updated dynare results structure
% Copyright (C) 1996-2020 Dynare Team
%

View File

@ -1,22 +1,16 @@
function oo_=make_y_(M_,options_,oo_)
% function oo_=make_y_(M_,options_,oo_)
function oo_=make_y_(M_, options_, oo_)
% forms oo_.endo_simul as guess values for deterministic simulations
%
% INPUTS
% M_: Dynare model structure
% options_: Dynare options structure
% oo_: Dynare results structure
% - M_ [struct] Dynare model structure
% - options_ [struct] Dynare options structure
% - oo_ [struct] Dynare results structure
%
% OUTPUTS
% oo_: Dynare results structure
%
% ALGORITHM
% ...
% SPECIAL REQUIREMENTS
% none
%
% - oo_ [struct] Updated dynare results structure
% Copyright (C) 1996-2019 Dynare Team
% Copyright (C) 1996-2020 Dynare Team
%
% This file is part of Dynare.
%