getSpeciesVarFromID Module Function

pure module function getSpeciesVarFromID(this, id, ind) result(var)

Return associated var with index ind of species with given id

Arguments

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

Return Value character(len=:), allocatable