keep track of a subsequences parent
authorDiane Trout <diane@caltech.edu>
Fri, 15 Sep 2006 18:08:09 +0000 (18:08 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 15 Sep 2006 18:08:09 +0000 (18:08 +0000)
commit7c5aaeeb143be9c347f491b37b5cae5e8fb9e0b4
tree30f77989e8f72eff7c02b54f4ad7418f939832e7
parent300dcbd19171a4bfd300afb3cc8344f20825c139
keep track of a subsequences parent
fixes ticket:129
I needed to know the parent offset inorder to get the start/stop sizes
to be relative to its parent in a "sequence" tree.
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp