stats: Remove printing of SparseHist total

This patch removes the printing of the SparseHist total in the
stats.txt output file. This has been removed as a sparse histogram has
no total, and therefore this was printing out the value of a
non-local, unrelated variable.
This commit is contained in:
Sascha Bischoff 2013-06-27 05:49:49 -04:00
parent a1e18270a1
commit 3d19bccb93

View file

@ -686,13 +686,6 @@ SparseHistPrint::operator()(ostream &stream) const
print.value = (*it).second;
print(stream);
}
print.pdf = NAN;
print.cdf = NAN;
print.name = base + "total";
print.value = total;
print(stream);
}
void