ShowArrayInt Subroutine

public subroutine ShowArrayInt(Mat, IndexArray, FileHandle, Name, Add)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: Mat(:,:)
integer(kind=int32), intent(in), optional :: IndexArray(:,:)
integer(kind=int32), intent(in), optional :: FileHandle
character(len=*), intent(in), optional :: Name
integer(kind=int32), intent(in), optional :: Add

Contents

None