Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietuk committed Nov 22, 2024
1 parent 4b1a99c commit b5e1991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scatter_buildblock/CreateTailMaskFromACFs.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ CreateTailMaskFromACFs::process_data()
count += mask_left_size + mask_right_size;
#endif
}
info(boost::format("%1% bins in mask for sinogram at segment %2%, axial_pos %3%") % count % bin.segment_num() % bin.axial_pos_num());
info(boost::format("%1% bins in mask for sinogram at segment %2%, axial_pos %3%") % count % bin.segment_num()
% bin.axial_pos_num());
if (this->mask_proj_data->set_sinogram(mask_sinogram) != Succeeded::yes)
return Succeeded::no;
}
Expand Down

0 comments on commit b5e1991

Please sign in to comment.