From 0310202ef8a1ffddbb07d708f5232baae8dd7cb5 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 19 Mar 2021 08:08:26 -0700 Subject: Warnings: PSATD+RZ & More (#1814) * PSATD+RZ: Fix Warnings Fix a couple of warnings in PSATD + RZ. * BesselRoots: Missing Include & using * Kernel & Util: Unused Code & Var --- .../SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H') diff --git a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H index c19d2fc5e..51bba5b87 100644 --- a/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H +++ b/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithmRZ.H @@ -26,7 +26,7 @@ class SpectralBaseAlgorithmRZ // The destructor should also be a virtual function, so that // a pointer to subclass of `SpectraBaseAlgorithm` actually // calls the subclass's destructor. - virtual ~SpectralBaseAlgorithmRZ() {}; + virtual ~SpectralBaseAlgorithmRZ() {} /** * \brief Virtual function for current correction in Fourier space @@ -74,7 +74,7 @@ class SpectralBaseAlgorithmRZ int const norder_z, bool const nodal) // Compute and assign the modified k vectors : modified_kz_vec(spectral_kspace.getModifiedKComponent(dm, 1, norder_z, nodal)) - {}; + {} // Modified finite-order vectors KVectorComponent modified_kz_vec; -- cgit v1.2.3