adding missing initializations

time-shift
Michel Juillard 2016-07-15 17:43:58 +02:00
parent 22f49971bc
commit dcff4b57a9
1 changed files with 10 additions and 1 deletions

View File

@ -51,7 +51,16 @@ ModFileStructure::ModFileStructure() :
last_markov_switching_chain(0),
calib_smoother_present(false),
estim_params_use_calib(false),
occbin_option(false)
prior_statement_present(false),
std_prior_statement_present(false),
corr_prior_statement_present(false),
options_statement_present(false),
std_options_statement_present(false),
corr_options_statement_present(false),
ms_dsge_present(false),
occbin_option(false),
orig_eq_nbr(0),
ramsey_eq_nbr(0)
{
}