From 5f88294bff4ce32a779a6db3a5c84792db5b7910 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 3 Jan 2012 15:59:10 +0100 Subject: [PATCH] bug_fix: add initializations for modfilestructure bools --- Statement.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Statement.cc b/Statement.cc index 5d61270f..0d2d8cf0 100644 --- a/Statement.cc +++ b/Statement.cc @@ -43,7 +43,14 @@ ModFileStructure::ModFileStructure() : dsge_prior_weight_in_estimated_params(false), dsge_var_calibrated(""), dsge_var_estimated(false), - bayesian_irf_present(false) + bayesian_irf_present(false), + estimation_data_statement_present(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) { }