diff --git a/app/Operations/QuantificationDialog.cpp b/app/Operations/QuantificationDialog.cpp index cc9b1caa1eaae0359d69606fcd674520d5aa0507..e58c3c37ce978948ee8d7fa22f6ec67ab3ace271 100644 --- a/app/Operations/QuantificationDialog.cpp +++ b/app/Operations/QuantificationDialog.cpp @@ -117,7 +117,7 @@ Quantification QuantificationDialog::getQuantif(const Image* image, unsigned int break; case 4: to_print = "Quantification LloydMax :"; - *checkOptiQuant = true; + //*checkOptiQuant = true; return Quantification::lloydMaxQuant(size, image, c); break;