From 83f67d2a68fd6ad29e11ac054d5f454017c6805d Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Wed, 20 May 2015 17:28:25 +0200 Subject: [PATCH] Forgot to change variable name --- .../include/CGAL/Reconstruction_simplification_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction_simplification_2/include/CGAL/Reconstruction_simplification_2.h b/Reconstruction_simplification_2/include/CGAL/Reconstruction_simplification_2.h index 69051761b65..f38a3213def 100644 --- a/Reconstruction_simplification_2/include/CGAL/Reconstruction_simplification_2.h +++ b/Reconstruction_simplification_2/include/CGAL/Reconstruction_simplification_2.h @@ -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; } /*!