diff options
Diffstat (limited to 'Source/WarpX.H')
-rw-r--r-- | Source/WarpX.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WarpX.H b/Source/WarpX.H index 3036dcf62..fd202a0c9 100644 --- a/Source/WarpX.H +++ b/Source/WarpX.H @@ -160,8 +160,8 @@ public: static int field_gathering_noz; // Number of modes for the RZ multimode version - static long n_rz_azimuthal_modes; - static long ncomps; + static int n_rz_azimuthal_modes; + static int ncomps; static bool use_fdtd_nci_corr; static bool galerkin_interpolation; |