fixed comments

This commit is contained in:
toni
2016-05-05 13:40:03 +02:00
parent f7b50a17ce
commit 19bca6b5b9
9 changed files with 84 additions and 166 deletions

View File

@@ -394,7 +394,7 @@ public:
//std::cout << "SmoothingDist: " << tsHistory[(tsHistory.size() - 1) - MiscSettings::lag] << " " << statsDistSmoothing.asString() << std::endl;
//save to file
statsoutSmoothing << "\n\t"; statsSmoothing.appendTo(statsoutFiltering); statsoutFiltering << "\n\n";
statsoutSmoothing << "\n\t"; statsSmoothing.appendTo(statsoutSmoothing); statsoutSmoothing << "\n\n";
//plot
vis.clearStates();
@@ -444,8 +444,8 @@ public:
}
}
statsout.close();
statsoutFiltering.close();
statsoutSmoothing.close();
{ // detailled error-description (normally filtered)
std::ofstream oError("/tmp/err_norm_" + runName + ".dat");