advance_sp_itor_track was triggering an infinite loop
authorDiane Trout <diane@caltech.edu>
Tue, 28 Feb 2006 08:15:51 +0000 (08:15 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 28 Feb 2006 08:15:51 +0000 (08:15 +0000)
commit10981187d019251fd5e15fed87b977631afa2ba4
treecb1abc70c357d84347f72faf44a5d896a59c21f5
parentc018edb07b9347f80ed55e71196de4b52151a948
advance_sp_itor_track was triggering an infinite loop
I somehow missed moving the logic that detected when we'd finished advancing
all the species iterators, which was causing an infinite loop.
I also changed int to vector<>::size_type to get rid of some warnings.
alg/nway_other.cxx