ShowArrayReal Subroutine

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

Arguments

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

Contents

None