Skip to content

Commit

Permalink
Issue 22: Added qDebug() statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jun 12, 2019
1 parent bf8cdd2 commit bf24fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maven/eicwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ void EicWidget::computeEICs() {
//fix suggested by Eugene (2019-06-12)
if(slice.mzmin > slice.mzmax){
std::swap(slice.mzmin,slice.mzmax);
qDebug() << "swapping slice.mzmin and slice.mzmax.";
} // why????

//get eics
Expand Down

0 comments on commit bf24fd5

Please sign in to comment.