find_transition_number Interface

public interface find_transition_number

Module Procedures

private pure subroutine find_transition_number_nohfs(transition, transitions, i)

Check if the transition "transition" is in the array of transitions "transitions"

Arguments

Type IntentOptional Attributes Name
type(asymtop_transition_nohfs), intent(in) :: transition
type(asymtop_transition_nohfs), intent(in), allocatable :: transitions(:)
integer, intent(out) :: i

private pure subroutine find_transition_number_hfs(transition, transitions, i)

Check if the transition "transition" is in the array of transitions "transitions"

Arguments

Type IntentOptional Attributes Name
type(asymtop_transition_hfs), intent(in) :: transition
type(asymtop_transition_hfs), intent(in), allocatable :: transitions(:)
integer, intent(out) :: i