Skip to content

Commit

Permalink
Update src/listmode_buildblock/LmToProjData.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Kris Thielemans <KrisThielemans@users.noreply.github.com>
  • Loading branch information
danieldeidda and KrisThielemans authored Oct 3, 2024
1 parent e379262 commit e518101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listmode_buildblock/LmToProjData.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ 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("A sub-sumple of the total events has been selected. The frame duration will be incorrect");
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 e518101

Please sign in to comment.