Skip to content
Snippets Groups Projects
Verified Commit c1cf5c8d authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix comment

parent fc6d04b0
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ ModFile::transformPass(bool nostrict, bool stochastic, bool compute_xrefs, const ...@@ -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; set<string> eqtags;
for (auto const & it : trend_component_model_table.getEqTags()) for (auto const & it : trend_component_model_table.getEqTags())
for (auto & it1 : it.second) for (auto & it1 : it.second)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment