Enhancement - delete sequences

- Implemented sequences for delete command
- Renamed T::inSequence to T::sequenceContains, which makes the code
  read more naturally.
This commit is contained in:
Paul Beckingham
2009-05-05 02:14:43 -04:00
parent fb674a5626
commit b67b27f5cd
4 changed files with 10 additions and 13 deletions

View File

@@ -290,7 +290,7 @@ void T::addAnnotation (const std::string& description)
}
////////////////////////////////////////////////////////////////////////////////
bool T::inSequence (int id) const
bool T::sequenceContains (int id) const
{
foreach (seq, mSequence)
if (*seq == id)