The given sequence has changed. */
| 84 | |
| 85 | /** The given sequence has changed. */ |
| 86 | static inline |
| 87 | void erosionObserver(SequenceCollectionHash* c, |
| 88 | const SequenceCollectionHash::value_type& seq) |
| 89 | { |
| 90 | erode(c, seq); |
| 91 | } |
| 92 | |
| 93 | // |
| 94 | // Erode data off the ends of the graph, one by one |