Skip to content

Commit

Permalink
Fix win32 compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Dec 2, 2023
1 parent d6f02c3 commit b4a9725
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/PeakSearchGuiUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2091,8 +2091,9 @@ namespace PeakSearchGuiUtils
return img;
}//renderChartToSvg(...)

#ifndef _WIN32
#warning "20231201 TEmporarily disabling code for work at place"
#endif
/*
std::pair<std::vector<std::shared_ptr<const PeakDef>>, std::vector<std::shared_ptr<const PeakDef>> >
improve_initial_peak_fit( InterSpec *interspec, shared_ptr<const DetectorPeakResponse> det,
Expand Down Expand Up @@ -2148,7 +2149,9 @@ void fit_peak_from_double_click( InterSpec *interspec, const double x, const dou
// Check if we found a single peak, that is its own new ROI
if( (foundPeaks.first.size() == 1) && foundPeaks.second.empty() )
{
#ifndef _WIN32
#warning "20231201 TEmporarily disabling code for work at place"
#endif
//improve_initial_peak_fit( InterSpec *)
//pair< PeakShrdVec, PeakShrdVec >

Expand Down

0 comments on commit b4a9725

Please sign in to comment.