add callback for tracking analysis progress
[mussa.git] / alg / parse_options.cpp
index 8a777d4b740c3d90ac25a43bd5ce4ebb892042f4..4cafee0d213924f4c111ee455c012141cacc86c4 100644 (file)
@@ -40,6 +40,7 @@ void initialize_mussa(MussaOptions& opts, int argc, char **argv)
   }
 
   opts.analysis = new Mussa();
+
   // currently we can only have one analysis loaded, so 
   // running trumps viewing.
   if (vm.count("run-analysis")) {