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 25, 2025
1 parent 4de3834 commit 966a640
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/particles/plasma/PlasmaParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ public:

/** Do the transfer of particles from the plasma container to the beam container
*
* \param[in] beams multibeam containing all beams
* \param[in] beams MultiBeam object containing all beams
* \param[in] beamnames Vector of strings representing the names of the beams
* \param[in] laser_geom Geometry of the laser used for ionization
* \param[in] laser MultiLaser object containing the laser details
* \param[in] islice Slice index corresponding to the current simulation slice
*/
void PlasmaToBeam (MultiBeam& beams, const amrex::Vector< std::string > beamnames, const amrex::Geometry& laser_geom,
const MultiLaser& laser, const int islice
Expand Down

0 comments on commit 966a640

Please sign in to comment.