Skip to content

Commit

Permalink
Update EmittanceInvariants.cpp
Browse files Browse the repository at this point in the history
Clean Doxygen
  • Loading branch information
cemitch99 authored Sep 13, 2024
1 parent 176405a commit b51293b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/particles/diagnostics/EmittanceInvariants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ namespace impactx::diagnostics
* under any linear symplectic transport map, and are used in the
* calculation of the three eigenemittances.
*
* @param[in] symmetric 6x6 covariance matrix
* @returns tuple containing I2, I4, and I6
* @param[in] Sigma symmetric 6x6 covariance matrix
* @returns tuple containing invarants I2, I4, and I6
*/
std::tuple<
amrex::ParticleReal,
Expand Down Expand Up @@ -89,8 +89,8 @@ namespace impactx::diagnostics
* the projected normalized rms emittances in the limit of
* uncoupled transport.
*
* @param[in] symmetric 6x6 covariance matrix
* @returns tuple containing e1, e2, and e3
* @param[in] Sigma symmetric 6x6 covariance matrix
* @returns tuple containing eigenemittances e1, e2, and e3
*/
std::tuple<
amrex::ParticleReal,
Expand Down

0 comments on commit b51293b

Please sign in to comment.