Skip to content

Commit

Permalink
Updated to use algorithmE instead of algorithmD in maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Aug 26, 2019
1 parent 893a9f3 commit d00a272
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/maven/background_peaks_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,7 @@ void BackgroundPeakUpdate::processMassSlices() {
massSlices.setSamples(samples);

if(mustHaveMS2) {
massSlices.algorithmD(compoundPPMWindow,rtStepSize);
//massSlices.algorithmE(compoundPPMWindow,rtStepSize); //TODO: update when available
massSlices.algorithmE(compoundPPMWindow,rtStepSize);
} else {
massSlices.algorithmB(ppmMerge,minGroupIntensity,rtStepSize);
}
Expand Down

0 comments on commit d00a272

Please sign in to comment.