From ef8f0becd43e8e5652e41296cf499593e2507c47 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 30 Jun 2022 21:45:49 +0200 Subject: [PATCH] only used within module --- src/grid/spectral_utilities.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grid/spectral_utilities.f90 b/src/grid/spectral_utilities.f90 index 1c8842a60..6bd30f590 100644 --- a/src/grid/spectral_utilities.f90 +++ b/src/grid/spectral_utilities.f90 @@ -28,8 +28,8 @@ module spectral_utilities !-------------------------------------------------------------------------------------------------- ! grid related information real(pReal), protected, public :: wgt !< weighting factor 1/Nelems - integer, protected, public :: cells1Red !< cells(1)/2 real(pReal), protected, public, dimension(3) :: scaledGeomSize !< scaled geometry size for calculation of divergence + integer :: cells1Red !< cells(1)/2+1 !-------------------------------------------------------------------------------------------------- ! variables storing information for spectral method and FFTW