Skip to content

Commit

Permalink
Fix docstring of laser gather function (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn authored Nov 24, 2022
1 parent 7f6e45a commit 894d708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/particles/particles_utils/FieldGather.H
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void doBxByGatherShapeN (const amrex::Real xp,


/**
* \brief Field gather for a single particle
* \brief Laser field gather for a single particle
*
* \tparam depos_order_xy Order of the transverse shape factor for the field gather
* \param[in] xp Particle position x
Expand Down Expand Up @@ -289,7 +289,7 @@ void doLaserGatherShapeN (const amrex::Real xp,


/**
* \brief Field gather for a single particle
* \brief Laser field gather for a single particle
*
* \tparam depos_order_xy Order of the transverse shape factor for the field gather
* \param[in] xp Particle position x
Expand Down

0 comments on commit 894d708

Please sign in to comment.