From c1cf5c8d18eff2191927dea7d145ac9f3282cb23 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 19 Feb 2019 12:51:05 +0100 Subject: [PATCH] fix comment --- src/ModFile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModFile.cc b/src/ModFile.cc index b23fb1d2..34ba4819 100644 --- a/src/ModFile.cc +++ b/src/ModFile.cc @@ -382,7 +382,7 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const } } - // Get all equation tags associated with VARs and Pac Models + // Get all equation tags associated with VARs and Trend Component Models set<string> eqtags; for (auto const & it : trend_component_model_table.getEqTags()) for (auto & it1 : it.second) -- GitLab