Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Excite_1_t), | intent(in) | :: | exc |
pure function get_last_tgt_Excite_1_t (exc) result(res)
type(Excite_1_t), intent(in) :: exc
integer :: res
res = exc%val(2, size(exc%val, 2))
end function get_last_tgt_Excite_1_t