Skip to content

Commit

Permalink
Fix compile issue for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed May 10, 2024
1 parent 4e040a3 commit 286d0e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SpectrumViewerTester.cpp
Expand Up @@ -2310,8 +2310,7 @@ SpectrumViewerTester::Score SpectrumViewerTester::testMultiplePeakFitRangeVaried
}//if( !found )
}//for( size_t i = 0; i < preFitPeaks.size(); ++i )

SpectrumDataModel *model = m_viewer->m_spectrum->m_model;
auto axisH = model->histUsedForXAxis();
auto axisH = m_viewer->m_spectrum->histUsedForXAxis();

minx -= 20.0;
maxx += 20.0;
Expand Down

0 comments on commit 286d0e0

Please sign in to comment.