fixed comments
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user