Skip to content

Commit

Permalink
* Remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Jul 15, 2015
1 parent e8e0b12 commit ef71279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geometry/HcalCommonData/src/HcalDDDRecConstants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -530,5 +530,5 @@ HcalDDDRecConstants::getDepth(const unsigned int i) const
return last->layerGroup;
last = it;
}
return last->layerGroup;//hpar->layerGroupEtaRec.back().layerGroup;
return last->layerGroup;
}

0 comments on commit ef71279

Please sign in to comment.