Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ExcitationInformation_t), | intent(in) | :: | excitInfo |
subroutine print_indices(excitInfo)
type(ExcitationInformation_t), intent(in) :: excitInfo
print *, "ijkl:", excitInfo%i, excitInfo%j, excitInfo%k, excitInfo%l
end subroutine print_indices