printArrayIntVec Subroutine

public subroutine printArrayIntVec(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