We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdb77c commit 7007577Copy full SHA for 7007577
src/celeritas/g4/EmExtraPhysicsHelper.hh
@@ -56,8 +56,9 @@ inline EmExtraPhysicsHelper::EmExtraPhysicsHelper()
56
CELER_NOT_CONFIGURED("Geant4");
57
}
58
59
-inline MmSqXs
60
-EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber z, MevEnergy energy)()
+inline auto
+EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber z,
61
+ MevEnergy energy)() const -> MmSqXs
62
{
63
CELER_ASSERT_UNREACHABLE();
64
0 commit comments