diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 1233594c4..7f4787db1 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -243,9 +243,9 @@ public: //! and #current_centering_noz static bool do_current_centering; - //! If true, a correction is applied to the current in Fourier space, so that the continuity - //! equation is satisfied - bool current_correction = false; + //! If true, a correction is applied to the current in Fourier space, + // to satisfy the continuity equation and charge conservation + bool current_correction; //! If true, the PSATD update equation for E contains both J and rho //! (default is false for standard PSATD and true for Galilean PSATD) |