Skip to content

Commit

Permalink
Update tglf_modules.f90 added max_freq to tglf_global module
Browse files Browse the repository at this point in the history
  • Loading branch information
gmstaebler authored Jun 21, 2024
1 parent 0cd8072 commit 9117891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tglf/src/tglf_modules.f90
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ MODULE tglf_global
REAL :: kx0_factor=1.0
REAL :: rho_ion=1.0
REAL :: rho_e=1.0
REAL :: max_freq=0.0
! output
COMPLEX,DIMENSION(3,nb) :: field_weight_QL_out=0.0
COMPLEX,DIMENSION(maxmodes,3,nb) :: field_weight_out=0.0
Expand Down

0 comments on commit 9117891

Please sign in to comment.