Load saved muway and set to muways soft threshold.
[mussa.git] / alg / mussa.cpp
index 2fb639bef34b0d1571d7234dccba008ad84469f3..1911c5de7b187e11924f44417faf36ec35c8c29d 100644 (file)
@@ -668,7 +668,7 @@ Mussa::load(fs::path ana_file)
   // us know what our threshold and window sizes were when we load a muway
   window = the_paths.get_window();
   threshold = the_paths.get_threshold();
-  soft_thres = threshold;
+  soft_thres = the_paths.get_soft_threshold();
 
 
   //--------------------------------------------------------