We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de76b8 commit 8df4cd2Copy full SHA for 8df4cd2
libgalois/include/galois/worklists/AdaptiveObim.h
@@ -297,7 +297,7 @@ struct AdaptiveOrderedByIntegerMetric
297
298
inline bool isSlowPopFreq(double threshold) {
299
// return ((double)slowPopsLastPeriod / (double)popsLastFix) > threshold;
300
- return ((double)slowPopsLastPeriod > (double)popsLastFix) * threshold;
+ return (double)slowPopsLastPeriod > ((double)popsLastFix * threshold);
301
}
302
303
ThreadData(Index initial)
0 commit comments