getSpeciesFromName Interface

interface
private pure module function getSpeciesFromName(this, name) result(spec)

Arguments

Type IntentOptional Attributes Name
class(SpeciesList), intent(in) :: this
character(len=*), intent(in) :: name

Return Value type(Species),allocatable

Description

Getter for species based on name