Skip to content
Snippets Groups Projects
Commit 7d0c9fd2 authored by Langella Olivier's avatar Langella Olivier
Browse files

migrating to refactored PAPPSOms++ library

parent a24cb7fc
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ bool PeptideResultParser::endElement(const QString & namespaceURI,
const QString & localName, const QString & qName) {
try {
if (qName == "psm") {
pappso::MassRange peptide_mh(_sp_current_peptide.get()->getMz(1), pappso::Precision::getDaltonInstance(0.05));
pappso::MzRange peptide_mh(_sp_current_peptide.get()->getMz(1), pappso::PrecisionFactory::getDaltonInstance(0.05));
if (peptide_mh.contains(_currentMH)) {
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment