ShowArrayInt Subroutine

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

Arguments

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

Contents

None