merge_sort Interface

public interface merge_sort

sorts array argument


Module Procedures

public subroutine merge_sort_int(a)

sorts integer array A

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: a(:)