Skip to content

Commit

Permalink
Update src/test/testgear.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Madlener <thomas.madlener@desy.de>
  • Loading branch information
jmcarcell and tmadlener committed Jul 17, 2023
1 parent d08be62 commit 178aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/testgear.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void testFixedPadSizeDiskLayout( const FixedPadSizeDiskLayout& pl ) {
// in the other implementations, because there are pads at the edge of the pad plane
// which have no neighbour.
if( j == 0 ) {
pl.getRightNeighbour( pl.getPadIndex( iRow , iPad ) ) ;
[[maybe_unused]] int ln = pl.getRightNeighbour( pl.getPadIndex( iRow , iPad ) ) ;
assert( pl.getPadNumber( ln ) == nPad-1 ) ;
}

Expand Down

0 comments on commit 178aee1

Please sign in to comment.