Skip to content

Commit

Permalink
Fix compile issue on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Mar 13, 2024
1 parent 939c18d commit 6cb2a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BatchActivity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ shared_ptr<DetectorPeakResponse> init_drf_from_name( std::string drf_file, std::
auto drf = DrfSelect::initARelEffDetector( SpecUtils::DetectorType::Unknown,
manufacturer, model );
if( drf )
return;
return drf;
}catch( std::exception &e )
{

Expand Down

0 comments on commit 6cb2a7e

Please sign in to comment.