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

bug fix : accept ppm range. Thanks to Thierry Balliau

parent 41284641
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,8 @@ MassChroQml::writeQuantificationMethods() ...@@ -316,7 +316,8 @@ MassChroQml::writeQuantificationMethods()
{ {
_output_stream->writeStartElement("ppm_range"); _output_stream->writeStartElement("ppm_range");
} }
else if(m_params.xic_extraction_range->unit() == pappso::PrecisionUnit::dalton) else if(m_params.xic_extraction_range->unit() ==
pappso::PrecisionUnit::dalton)
{ {
_output_stream->writeStartElement("mz_range"); _output_stream->writeStartElement("mz_range");
} }
......
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