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