From 84104a695ed8535b22b4c32c13a2b82c9ab53a5f Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 21 Feb 2019 10:53:11 +0100 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20initialize=20string=20to=20empt?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ModFile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModFile.cc b/src/ModFile.cc index 5748bb57..d5002f7f 100644 --- a/src/ModFile.cc +++ b/src/ModFile.cc @@ -421,7 +421,7 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const int max_lag; vector<int> lhs; vector<bool> nonstationary; - string aux_model_type = ""; + string aux_model_type; if (trend_component_model_table.isExistingTrendComponentModelName(pms->aux_model_name)) { aux_model_type = "trend_component"; -- GitLab