ShowArrayReal Subroutine

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

Arguments

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

Contents

None