| 200 | } |
| 201 | |
| 202 | const ResidueModification* ModificationsDB::getModification(Size index) const |
| 203 | { |
| 204 | OPENMS_PRECONDITION(index < mods_.size(), "Index out of bounds in ModificationsDB::getModification(Size index)." ); |
| 205 | return mods_[index]; |
| 206 | } |
| 207 | |
| 208 | void ModificationsDB::searchModifications(set<const ResidueModification*>& mods, |
| 209 | const String& mod_name_, |