Correct header of makedataset.m

time-shift
Johannes Pfeifer 2017-10-04 10:40:42 +02:00
parent 088ac2be55
commit e857df0c93
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ function [DynareDataset, DatasetInfo, newdatainterface] = makedataset(DynareOpti
% INPUTS
% ======
%
% DynareOptions [struct] Structure of options built by Dynare's preprocessor.
%
% DynareOptions [struct] Structure of options built by Dynare's preprocessor.
% initialconditions [double] number of lags for VAR and DSGE_VAR
% gsa_flag [integer] 1: GSA, 0: other
%
% OUTPUTS
% =======