all_SSfluxLink_allocation Subroutine

public subroutine all_SSfluxLink_allocation(me)

Arguments

Type IntentOptional Attributes Name
type(SSfluxLink_t), intent(inout) :: me

Called by

proc~~all_ssfluxlink_allocation~~CalledByGraph proc~all_ssfluxlink_allocation all_SSfluxLink_allocation proc~ssfluxlink_init_part2 SSfluxLink_init_part2 proc~ssfluxlink_init_part2->proc~all_ssfluxlink_allocation program~reims_p reims_p program~reims_p->proc~ssfluxlink_init_part2

Source Code

subroutine all_SSfluxLink_allocation(me)
    type(SSfluxLink_t), intent(inout) :: me

    allocate(me%solLk(me%NbSolLk))

end subroutine all_SSfluxLink_allocation