Skip to content

Commit 1387344

Browse files
authored
Merge pull request #5 from jschueller/combinations2
CombinationsDistribution: Fix unused variable
2 parents d10baf6 + 3c14e31 commit 1387344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/Uncertainty/Distribution/CombinationsDistribution.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ Point CombinationsDistribution::getRealization() const
116116
{
117117
Indices flags(n_);
118118
Indices integralRealization;
119-
Bool done = false;
120119
// Build the complementary subset if its cardinal is smaller than k_
121120
const UnsignedInteger actualK = (k_ > n_ / 2 ? n_ - k_ : k_);
122121
while (integralRealization.getSize() < actualK)

0 commit comments

Comments
 (0)