We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10baf6 commit 3c14e31Copy full SHA for 3c14e31
lib/src/Uncertainty/Distribution/CombinationsDistribution.cxx
@@ -116,7 +116,6 @@ Point CombinationsDistribution::getRealization() const
116
{
117
Indices flags(n_);
118
Indices integralRealization;
119
- Bool done = false;
120
// Build the complementary subset if its cardinal is smaller than k_
121
const UnsignedInteger actualK = (k_ > n_ / 2 ? n_ - k_ : k_);
122
while (integralRealization.getSize() < actualK)
0 commit comments