| 491 | } |
| 492 | |
| 493 | void SequestInfile::setMatchPeakTolerance(float match_peak_tolerance) |
| 494 | { |
| 495 | match_peak_tolerance_ = match_peak_tolerance; |
| 496 | } |
| 497 | |
| 498 | float SequestInfile::getIonCutoffPercentage() const |
| 499 | { |
no outgoing calls
no test coverage detected