Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmstaebler committed Oct 26, 2024
1 parent e343a8b commit 4557fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tglf/src/tglf_run.F90
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ subroutine tglf_run()
#else
call tglf_tm
#endif
endif
! endif

!---------------------------------------------
! Output (normalized to Q_GB)
Expand Down Expand Up @@ -238,7 +238,7 @@ subroutine tglf_run()

call get_error_status(tglf_error_message,tglf_error_status)

else
else !(tglf_use_transport_model_in = .false)

! Run single-ky linear stability
call tglf_ky
Expand Down

0 comments on commit 4557fd4

Please sign in to comment.