setStates Module Subroutine

pure module subroutine setStates(this, inStates, outStates)

Setter for both ingoing and outgoing states

Arguments

Type IntentOptional Attributes Name
class(Transition), intent(inout) :: this
integer(kind=ik), intent(in), dimension(:) :: inStates

Ingoing state IDs

integer(kind=ik), intent(in), dimension(:) :: outStates

Outgoing state IDs