Skip to content

Commit

Permalink
Try to fix an earlier error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Mar 28, 2023
1 parent 053c510 commit 6dc951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/HGCalCommonData/src/HGCalWaferMask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,8 @@ std::vector<std::pair<double, double> > HGCalWaferMask::waferXY(
}
} else if (part == HGCalTypes::WaferHalf2) {
int np[6][5] = {{45, 39, 4, 5, 45},
{47, 40, 5, 0, 47},
{48, 41, 0, 1, 48},
{46, 40, 5, 0, 46},
{47, 41, 0, 1, 47},
{42, 36, 1, 2, 42},
{43, 37, 2, 3, 43},
{44, 38, 3, 4, 44}};
Expand Down

0 comments on commit 6dc951e

Please sign in to comment.