getTransitionCrossSection Module Function

pure module function getTransitionCrossSection(this, col, ind) result(crossSection)

Get cross-section values from column col of the cross-section data of transition with given index

Arguments

Type IntentOptional Attributes Name
class(ModelboundCRMData), intent(in) :: this
integer(kind=ik), intent(in) :: col
integer(kind=ik), intent(in) :: ind

Return Value real(kind=rk), allocatable, dimension(:)