Skip to content

Commit

Permalink
Fix bug: sign_torflux needs to be public not local
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt authored Sep 21, 2023
1 parent 8fdd007 commit d5e63e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/stella_geometry.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module stella_geometry
real, dimension(:), allocatable :: alpha
real, dimension(:, :), allocatable :: zeta

integer :: sign_torflux
integer :: geo_option_switch
integer, parameter :: geo_option_local = 1
integer, parameter :: geo_option_inputprof = 2
Expand Down Expand Up @@ -121,7 +122,6 @@ subroutine init_geometry(nalpha, naky)
real :: dpsidrho, dpsidrho_psi0
real :: new_zeta_min
integer :: iy, ia, iz
integer :: sign_torflux
integer :: dxdXcoord_sign, dydalpha_sign
real :: field_period_ratio, bmag_z0
real, dimension(:, :), allocatable :: grad_alpha_grad_alpha
Expand Down

0 comments on commit d5e63e4

Please sign in to comment.