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.
2 parents d10baf6 + 3c14e31 commit 1387344Copy full SHA for 1387344
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