Skip to content

Commit

Permalink
Remove static error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Feb 16, 2023
1 parent d9d3968 commit cba2528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static long algorithm(dd4hep::Detector& /* description */, cms::DDParsingContext
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HGCalGeom") << "DDHGCalWaferPartialRotated:Layer " << l << ":" << i << " T " << layerThick[i]
<< " Size offset " << layerSizeOff[i] << " Copy " << copyNumber[i]
<< " Partial type " << partialTypes_[k];
<< " Partial type " << partialTypes[k];
#endif
if (copyNumber[i] == 1) {
if (layerType[i] > 0) {
Expand Down

0 comments on commit cba2528

Please sign in to comment.