Skip to content

Commit 1a30680

Browse files
committed
Precommit
1 parent 784d484 commit 1a30680

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/buildblock/PETSIRDInfo.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,13 +501,13 @@ PETSIRDInfo::PETSIRDInfo(const petsird::Header& header, std::string scanner_geom
501501
petsird_to_stir = std::make_shared<PETSIRDToSTIRDetectorIndexMap>();
502502
petsird_map_sptr = std::make_shared<DetectorCoordinateMap::det_pos_to_coord_type>();
503503

504-
//enum class InnerLoopDim
504+
// enum class InnerLoopDim
505505
//{
506-
// Axial,
507-
// Tangential,
508-
// Radial
509-
//};
510-
// InnerLoopDim inner_dim = InnerLoopDim::Tangential; // determined from your groupSize analysis
506+
// Axial,
507+
// Tangential,
508+
// Radial
509+
// };
510+
// InnerLoopDim inner_dim = InnerLoopDim::Tangential; // determined from your groupSize analysis
511511

512512
// PRECOMPUTED from previous step:
513513
std::size_t groupSize

0 commit comments

Comments
 (0)