rename [gset_soft_thres to [gs]et_soft_threshold]
[mussa.git] / qui / MussaWindow.cpp
index e76e7a1c2860699c2bbd12b0177034c60c8f0757..354f8b65697f8560350b321992c4f8dac3daf019 100644 (file)
@@ -401,8 +401,8 @@ void MussaWindow::newMussaWindow()
 
 void MussaWindow::setSoftThreshold(int threshold)
 {
-  if (analysis->get_soft_thres() != threshold) {
-    analysis->set_soft_thres(threshold);
+  if (analysis->get_soft_threshold() != threshold) {
+    analysis->set_soft_threshold(threshold);
     analysis->nway();
     updateLinks();
     update();