ShowArray Interface

public interface ShowArray

Module Procedures

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

Arguments

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

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

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in) :: Mat(:,:)
integer, intent(in), optional :: IndexArray(:,:)
integer, intent(in), optional :: FileHandle
character(len=*), intent(in), optional :: Name