Skip to content

Commit

Permalink
Update src/particles/ImpactXParticleContainer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Aug 31, 2022
1 parent b11a624 commit e67d523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/ImpactXParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace impactx
{
using namespace amrex::literals;

AMREX_ASSERT_WITH_MESSAGE(massE != 0.0_rt,
AMREX_ASSERT_WITH_MESSAGE(massE != 0.0_prt,
"set_mass_MeV: Mass cannot be zero!");

constexpr amrex::ParticleReal MeVc2_kg = 1.78266192e-30;
Expand Down

0 comments on commit e67d523

Please sign in to comment.