capi_get_ice Function

public function capi_get_ice(s, n, A, uncertainty) result(res) bind(C, name="ciaaw_get_ice"))

C API for get_ice

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: s

Element symbol.

integer(kind=c_int), intent(in), value :: n

Size of the symbol string.

integer(kind=c_int), intent(in), value :: A

Mass number.

logical(kind=c_bool), intent(in), value :: uncertainty

Flag for returning the uncertainty instead of the value. Default to FALSE.

Return Value real(kind=c_double)


Calls

proc~~capi_get_ice~~CallsGraph proc~capi_get_ice capi_get_ice proc~get_ice get_ice proc~capi_get_ice->proc~get_ice optval optval proc~get_ice->optval