Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ExcitationInformation_t), | intent(in) | :: | excitInfo |
function get_excit_level_from_excitInfo(excitInfo) result(ic)
type(ExcitationInformation_t), intent(in) :: excitInfo
integer :: ic
character(*), parameter :: this_routine = "get_excit_level_from_excitInfo"
call stop_all(this_routine, "TODO")
unused_var(excitInfo)
ic = 0
end function get_excit_level_from_excitInfo