Skip to content

Commit 784d484

Browse files
committed
Fix CODACY
1 parent f6ec82e commit 784d484

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/buildblock/PETSIRDInfo.cxx

Lines changed: 7 additions & 7 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
505-
{
506-
Axial,
507-
Tangential,
508-
Radial
509-
};
510-
InnerLoopDim inner_dim = InnerLoopDim::Tangential; // determined from your groupSize analysis
504+
//enum class InnerLoopDim
505+
//{
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)