Skip to content

Commit

Permalink
forgot to save
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak committed Jan 31, 2025
1 parent 365ff2b commit 96d9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/beam/MultiBeam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ MultiBeam::InitData (const amrex::Geometry& geom)
beam.m_product_beam_pc = &m_all_beams[i];
}
}
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(beam.m_product_pc != nullptr,
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(beam.m_product_beam_pc != nullptr,
"Must specify a valid product beam for laser injection using ionization_product");
}
}
Expand Down

0 comments on commit 96d9879

Please sign in to comment.