|
!! <LI> (152) fbmaxcs : Ratio of separatrix density to Greenwald density |
|
use numerics, only: lablxc, boundl, boundu |
|
implicit none |
|
lablxc(152) = 'fgwsep ' |
|
boundl(152) = 0.001D0 |
|
boundu(152) = 1.000D0 |
|
end subroutine init_itv_152 |
Copy paste error in the comment line. It should read
!! <LI> (152) fgwsep: Ratio of separatrix density to Greenwald density
The same error has been made here:
|
!! <LI> (152) fbmaxcs : Ratio of separatrix density to Greenwald density |
This error has propagated into the docs.
FYI @chris-ashe
PROCESS/source/fortran/iteration_variables.f90
Lines 3375 to 3381 in b8c0a3d
Copy paste error in the comment line. It should read
The same error has been made here:
PROCESS/source/fortran/numerics.f90
Line 356 in b8c0a3d
This error has propagated into the docs.
FYI @chris-ashe