get_nice Function

public function get_nice(s) result(res)

Get the number of isotopes in ICE. Returns -1 if the provided symbol is incorrect.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: s

Element symbol.

Return Value integer(kind=int32)


Called by

proc~~get_nice~~CalledByGraph proc~get_nice get_nice proc~capi_get_nice capi_get_nice proc~capi_get_nice->proc~get_nice