Skip to content

Commit

Permalink
Update PlasmaParticleContainer.H
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak authored Feb 12, 2025
1 parent 2793b7c commit 67a172a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/particles/plasma/PlasmaParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <AMReX_Particles.H>
#include <AMReX_AmrCore.H>
#include "particles/beam/MultiBeam.H"
#include "particles/beam/BeamParticleContainer.H"
#include <map>

/** \brief Map names and indices for plasma particles attributes (SoA data) */
Expand Down Expand Up @@ -227,7 +228,7 @@ public:
// laser injection:
bool m_can_laser_injection = false; /**< whether laser injection is unabled */
std::string m_product_beam_name = ""; /**< name of Injection product beam */
PlasmaParticleContainer* m_product_beam_pc = nullptr; /**< Injection product beam */
BeamParticleContainer* m_product_beam_pc = nullptr; /**< Injection product beam */

// plasma sorting/reordering:

Expand Down

0 comments on commit 67a172a

Please sign in to comment.