Skip to content

Commit 5f8ca6c

Browse files
committed
fixed syntax error
1 parent 0211328 commit 5f8ca6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/egttools/Distributions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
// }
3737
//
3838
// return res;
39-
}
39+
//}
4040

4141
double
4242
egttools::multivariateHypergeometricPDF(size_t m, size_t k, size_t n, const std::vector<size_t> &sample_counts,

0 commit comments

Comments
 (0)