From ccdc151349ba07cba6333f571bc7a8203ee141ba Mon Sep 17 00:00:00 2001 From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch> Date: Fri, 19 Feb 2021 15:17:24 +0100 Subject: [PATCH] removed unused p_damped j_damped --- src/grid_mod.F90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/grid_mod.F90 b/src/grid_mod.F90 index a0ee231b..677d72a4 100644 --- a/src/grid_mod.F90 +++ b/src/grid_mod.F90 @@ -12,8 +12,6 @@ MODULE grid INTEGER, PUBLIC, PROTECTED :: pmaxi = 1 ! The maximal ion Hermite-moment computed INTEGER, PUBLIC, PROTECTED :: jmaxi = 1 ! The maximal ion Laguerre-moment computed INTEGER, PUBLIC, PROTECTED :: maxj = 1 ! The maximal ion Laguerre-moment computed - INTEGER, PUBLIC, PROTECTED :: p_damp= 0 ! Moments damping term -(p/pmax)^2r Napj - INTEGER, PUBLIC, PROTECTED :: j_damp= 0 ! Moments damping term -(j/jmax)^2r Napj INTEGER, PUBLIC, PROTECTED :: Nr = 16 ! Number of total internal grid points in r REAL(dp), PUBLIC, PROTECTED :: Lr = 1._dp ! horizontal length of the spatial box INTEGER, PUBLIC, PROTECTED :: Nz = 16 ! Number of total internal grid points in z -- GitLab