Skip to content

Commit c6337df

Browse files
another fix on tof data
1 parent 53c9d05 commit c6337df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buildblock/ProjDataFromStream.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ProjDataFromStream::ProjDataFromStream(shared_ptr<const ExamInfo> const& exam_in
7979
assert(storage_order != Unsupported);
8080
assert(!(data_type == NumericType::UNKNOWN_TYPE));
8181

82-
if (proj_data_info_sptr->get_num_tof_poss() > 1)
82+
if (proj_data_info_sptr->is_tof_data() > 1)
8383
activate_TOF();
8484
}
8585

0 commit comments

Comments
 (0)