ticket:85 fix, extend code crashes with 1 path
authorDiane Trout <diane@caltech.edu>
Wed, 12 Apr 2006 23:25:58 +0000 (23:25 +0000)
committerDiane Trout <diane@caltech.edu>
Wed, 12 Apr 2006 23:25:58 +0000 (23:25 +0000)
commit8895e01b45d6df1973490d779c9051811f056cae
treef90548d235a62a7f197ab167a5a23de2d6002b5e
parenta3040c31b3e57a306928681d1cefbed7ed96ec7b
ticket:85 fix, extend code crashes with 1 path
when there was only 1 path the refinement code attempted to access a null
pointer. (The "next" path, which was alas, pathz.end() )
alg/nway_other.cpp
alg/nway_paths.cpp
alg/test/test_nway.cpp