From f75cedbf2bfbd3bfb1adc884859f9be2266d3b94 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Wed, 20 Sep 2023 16:11:22 +0200 Subject: [PATCH] src/gray_params.f90: fix comment --- src/gray_params.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gray_params.f90 b/src/gray_params.f90 index 5ea416b..0e721ff 100644 --- a/src/gray_params.f90 +++ b/src/gray_params.f90 @@ -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 = B₀R₀ without the plasma) + real(wp_) :: rvac ! Reference R₀ (B = B₀R₀/R without the plasma) real(wp_) :: rax ! R of the magnetic axis real(wp_) :: zax ! Z of the magnetic axis end type