Skip to content

Commit 11cba58

Browse files
Update src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/ComputeArrayHistogramByFeature.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1409bcf commit 11cba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/ComputeArrayHistogramByFeature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class GenerateFeatureHistogramImpl
158158
m_Overflow++;
159159
}
160160
} // end of numTuples loop
161-
} // end of increment else
161+
} // end of increment else
162162

163163
// Bool breaks neighbor lists; if we have made it here we know m_ModalBinRangesList is a nullptr
164164
if constexpr(!std::is_same_v<Type, bool>)

0 commit comments

Comments
 (0)