Skip to content

Commit

Permalink
Fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Sep 8, 2024
1 parent ad3d07a commit d6c8ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpectrumViewerTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ SpectrumViewerTester::Score SpectrumViewerTester::testShieldSourceFit()
note.m_text = "";
note.m_title = "Fit Chi2 Graphic";
note.m_originalImage = make_shared<Wt::WSvgImage>(m_picWidth, m_picHeight);
disp->updateChi2ChartActual();
disp->updateChi2ChartActual( nullptr );
disp->renderChi2Chart( *note.m_originalImage );

// Set all the quantities being fit for to some default values, so we wont be starting off in
Expand Down

0 comments on commit d6c8ca6

Please sign in to comment.