Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed May 13, 2020
1 parent 4dece82 commit c0abc7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Geometry/MuonNumbering/plugins/MuonGeometryConstantsBuild.cc
Expand Up @@ -63,10 +63,10 @@ bool MuonGeometryConstantsBuild::build(const cms::DDCompactView* cpv, MuonGeomet
if (l.first == "OnlyForMuonNumbering") {
for (const auto& k : it->second.numpars) {
for (const auto& ik : k.second) {
php.addValue(k.first, static_cast<int>(ik));
php.addValue(k.first, static_cast<int>(ik));
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("Geometry") << "MuonGeometryConstantsBuild::adding DDConstant of " << k.first << " = "
<< static_cast<int>(ik);
edm::LogVerbatim("Geometry") << "MuonGeometryConstantsBuild::adding DDConstant of " << k.first << " = "
<< static_cast<int>(ik);
#endif
}
}
Expand Down

0 comments on commit c0abc7e

Please sign in to comment.