Forgot to change variable name

This commit is contained in:
Clement Jamin 2015-05-20 17:28:25 +02:00
parent 79ef0fee13
commit 83f67d2a68
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ protected:
\param sample_size If `sample_size != 0`, the size of the random sample replaces the priority queue.
*/
void set_random_sample_size(std::size_t sample_size) {
m_mchoice = mchoice;
m_mchoice = sample_size;
}
/*!