Skip to content

Commit

Permalink
using pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeidda committed Oct 3, 2024
1 parent e518101 commit bd8a00d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/listmode_buildblock/LmToProjData.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,9 @@ LmToProjData::set_up()
{
// make a single frame starting from 0. End value will be ignored.
frame_defs = lm_data_ptr->get_exam_info_sptr()->get_time_frame_definitions();
if (num_events_to_store!=0)
warning("LmToProjData: num_events_to_store has been selected. The frame duration in the Interfile header will be incorrect!");
if (num_events_to_store != 0)
warning(
"LmToProjData: num_events_to_store has been selected. The frame duration in the Interfile header will be incorrect!");
}

return Succeeded::yes;
Expand Down

0 comments on commit bd8a00d

Please sign in to comment.