Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/fortran/iteration_variables.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ end subroutine set_itv_98

!---------------------------------



!---------------------------------

Expand Down Expand Up @@ -3372,7 +3372,7 @@ end function itv_151
!---------------------------------

subroutine init_itv_152
!! <LI> (152) fbmaxcs : Ratio of separatrix density to Greenwald density
!! <LI> (152) fgwsep : Ratio of separatrix density to Greenwald density
use numerics, only: lablxc, boundl, boundu
implicit none
lablxc(152) = 'fgwsep '
Expand Down Expand Up @@ -4060,7 +4060,7 @@ subroutine loadxc
case (99);
case (100);
case (101);
case (102);
case (102);
case (103); xcm(i) = itv_103()
case (104); xcm(i) = itv_104()
case (105); xcm(i) = itv_105()
Expand Down Expand Up @@ -4327,7 +4327,7 @@ subroutine convxc(xc,nn)
case (99);
case (100);
case (101);
case (102);
case (102);
case (103); call set_itv_103(ratio)
case (104); call set_itv_104(ratio)
case (105); call set_itv_105(ratio)
Expand Down
2 changes: 1 addition & 1 deletion source/fortran/numerics.f90
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ module numerics
!! <LI> (149) fbmaxcs : F-value for max peak CS field (con. 79, itvar 149)
!! <LI> (150) REMOVED
!! <LI> (151) REMOVED
!! <LI> (152) fbmaxcs : Ratio of separatrix density to Greenwald density
!! <LI> (152) fgwsep : Ratio of separatrix density to Greenwald density
!! <LI> (153) fpdivlim : F-value for minimum pdivt (con. 80)
!! <LI> (154) fne0 : F-value for ne(0) > ne(ped) (con. 81)
!! <LI> (155) pfusife : IFE input fusion power (MW) (ifedrv=3 only)
Expand Down