Skip to content

Commit 8d3c5ae

Browse files
author
Soon Yung Jun
committed
ix incorrect syntax with ()
1 parent bb5df6c commit 8d3c5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/celeritas/g4/EmExtraPhysicsHelper.hh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ inline EmExtraPhysicsHelper::EmExtraPhysicsHelper()
6262
CELER_NOT_CONFIGURED("Geant4");
6363
}
6464

65-
inline Quantity<UnitProduct<units::Millimeter, units::Millimeter>, double>
65+
inline EmExtraPhysicsHelper::MmSqXs
6666
EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber z,
67-
MevEnergy energy)() const
67+
MevEnergy energy) const
6868
{
6969
CELER_ASSERT_UNREACHABLE();
7070
}

0 commit comments

Comments
 (0)