Skip to content
Snippets Groups Projects
Commit ccdc1513 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

removed unused p_damped j_damped

parent 5e7f506d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment