From 12f8274506517ef41681426be4e52811e4182381 Mon Sep 17 00:00:00 2001 From: sirh3e Date: Tue, 16 Oct 2018 11:07:58 +0200 Subject: [PATCH] Update Statistics.cs --- GraphView/Statistics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphView/Statistics.cs b/GraphView/Statistics.cs index 9e60c4bc3..e661ffc57 100644 --- a/GraphView/Statistics.cs +++ b/GraphView/Statistics.cs @@ -122,7 +122,7 @@ internal static Statistics UpdateHistogram(Statistics curStatistics, Statistics if (newHistogramEnd || entry.Key < newEntry.Current.Key) { var curTuple = entry.Value; - if (curTuple.Item2 == true) + if (curTuple.Item2) { var tmpCount = curTuple.Item1 * newDefaultRow; resRowCount += tmpCount;