From df20ace3cf3e83742cb04f27e941f906caf9448f Mon Sep 17 00:00:00 2001 From: Michel Juillard Date: Fri, 15 Jul 2016 17:43:58 +0200 Subject: [PATCH] adding missing initializations --- Statement.cc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Statement.cc b/Statement.cc index ee7b5b44..887603b6 100644 --- a/Statement.cc +++ b/Statement.cc @@ -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) { }