Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 9, 2023
1 parent 55f2326 commit ece5215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eqfor.f90
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ SUBROUTINE eqfor(br, bz, bsubu, bsubv, tau, rzl_array, ier_flag)
overr(i) = SUM(tau(i:nrzt:ns)/r12(i:nrzt:ns)) / vp(i)
END DO

! extrapolate volume-averaged beta profile to magnetic axis
! extrapolate surface-averaged beta profile to magnetic axis
betaxis = c1p5*beta_vol(2) - cp5*beta_vol(3)

WRITE (nthreed, 5)
Expand Down

0 comments on commit ece5215

Please sign in to comment.