cleanup nway code
authorDiane Trout <diane@caltech.edu>
Wed, 1 Mar 2006 02:44:43 +0000 (02:44 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 1 Mar 2006 02:44:43 +0000 (02:44 +0000)
commit4301ae4110118e0cf42764c603a1da49c9355c8b
tree321ee3c37a447e766d92d6bb39745663799be380
parent02e60d6ea6007b20f680d3c016e3d5b9fd5b73b6
cleanup nway code
Purged the sp_num variable and replaced it with either a .size() call, or
a call to a new member function sequence_count()
Renamed Nway_Paths to NwayPaths
Used vector<>::size_type in a number of places
Reflowed some blocks.
alg/flp.cxx
alg/mussa_class.cxx
alg/mussa_class.hh
alg/nway_entropy.cxx
alg/nway_other.cxx
alg/nway_paths.cxx
alg/nway_paths.hh
alg/test/test_nway.cxx
gui/ConnView.cxx
gui/ConnView.hh
qui/PathScene.cxx