capi_get_naw Function

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

C API for get_naw

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_naw~~CallsGraph proc~capi_get_naw capi_get_naw proc~get_naw get_naw proc~capi_get_naw->proc~get_naw optval optval proc~get_naw->optval