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 --- .../FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H') diff --git a/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H b/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H index 1978a61a5..2fb0c8e80 100644 --- a/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H +++ b/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H @@ -114,7 +114,7 @@ struct CylindricalYeeAlgorithm { Real const inv_dr = coefs_r[0]; return inv_dr*( F(i+1,j,k,comp) - F(i,j,k,comp) ); - }; + } /** * Perform derivative along r on a nodal grid, from a cell-centered field `F` */ -- cgit v1.2.3