issue#70
Houtan Bastani 2018-08-20 10:50:28 +02:00
parent afe0e475b1
commit 0d5dd11106
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ TrendComponentModelTable::writeOutput(ostream &output) const
{
for (const auto &name : names)
{
output << "M_.trend_component." << name << ".model_name = '" << name << "'" << endl
output << "M_.trend_component." << name << ".model_name = '" << name << "';" << endl
<< "M_.trend_component." << name << ".eqtags = {";
for (const auto &it : eqtags.at(name))
output << "'" << it << "'; ";