Skip to content

Commit

Permalink
Update src/particles/plasma/PlasmaParticleContainer.H
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxThevenet authored Feb 12, 2025
1 parent 748618b commit f35ad53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/plasma/PlasmaParticleContainer.H
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public:
amrex::Real m_mass = 0; /**< mass of each particle of this species */
amrex::Real m_charge = 0; /**< charge of each particle of this species, per Ion level */
int m_n_subcycles = 1; /**< number of subcycles in the plasma particle push */
bool m_do_push = true; /**< whether the plasma pusher is disabled */
bool m_do_push = true; /**< whether the plasma pusher is enabled */

// ionization:

Expand Down

0 comments on commit f35ad53

Please sign in to comment.