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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user