Skip to content

Commit 724dfd1

Browse files
author
Soon Yung Jun
committed
Fix compilation error related to unused-parameter
1 parent 8d3c5ae commit 724dfd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/celeritas/g4/EmExtraPhysicsHelper.hh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ inline EmExtraPhysicsHelper::EmExtraPhysicsHelper()
6363
}
6464

6565
inline EmExtraPhysicsHelper::MmSqXs
66-
EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber z,
67-
MevEnergy energy) const
66+
EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber, MevEnergy) const
6867
{
6968
CELER_ASSERT_UNREACHABLE();
7069
}

0 commit comments

Comments
 (0)