src/gray_params.f90: fix comment

This commit is contained in:
Michele Guerini Rocco 2023-09-20 16:11:22 +02:00
parent 8bc5ac0064
commit f75cedbf2b
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -93,7 +93,7 @@ module gray_params
real(wp_), allocatable :: psin(:,:) ! Poloidal flux on a uniform grid
real(wp_), allocatable :: psinr(:) ! Poloidal flux
real(wp_) :: psia ! Poloidal flux at edge - flux at magnetic axis
real(wp_) :: rvac ! Reference R (B = BR without the plasma)
real(wp_) :: rvac ! Reference R (B = BR/R without the plasma)
real(wp_) :: rax ! R of the magnetic axis
real(wp_) :: zax ! Z of the magnetic axis
end type