add callback for tracking analysis progress
authorDiane Trout <diane@caltech.edu>
Sat, 27 May 2006 01:15:29 +0000 (01:15 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 27 May 2006 01:15:29 +0000 (01:15 +0000)
commit8ec11a1ad6322fef191993fc1441b6389306f369
treea840dbc1725ca46cc7d2b89726a64d6c74f0af8f
parent8ef1addc4a2b17a9394583c75850a676f67d09fb
add callback for tracking analysis progress
This version just writes the information to standard out, but
the callback should be useable bythe the GUI.

also I killed the parameters to analyze(), you need to customize the class
in order setup the analysis.
13 files changed:
alg/mussa.cpp
alg/mussa.hpp
alg/mussa_callback.hpp [new file with mode: 0644]
alg/nway_other.cpp
alg/nway_paths.cpp
alg/nway_paths.hpp
alg/parse_options.cpp
alg/test/test_mussa.cpp
alg/test/test_nway.cpp
py/getm.py
py/mussa.cpp
qui/MussaWindow.cpp
qui/mussa_setup_dialog/MussaSetupWidget.cpp