Skip to content

Error in the labelling of iteration variable 152 #3061

@mkovari

Description

@mkovari

!! <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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions