FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Public Member Functions | |
subroutine | ut_printMatrix (fileUnit, title, rowMinMatrix, rowMaxMatrix, colMinMatrix, colMaxMatrix, rowMinPrint, rowMaxPrint, colMinPrint, colMaxPrint, matrix) |
Definition at line 30 of file ut_generalInterface.F90.
subroutine ut_generalInterface::ut_printMatrix::ut_printMatrix | ( | integer | fileUnit, |
character (len=*), intent(in) | title, | ||
integer | rowMinMatrix, | ||
integer | rowMaxMatrix, | ||
integer | colMinMatrix, | ||
integer | colMaxMatrix, | ||
integer | rowMinPrint, | ||
integer | rowMaxPrint, | ||
integer | colMinPrint, | ||
integer | colMaxPrint, | ||
real, dimension (rowMinMatrix:rowMaxMatrix , colMinMatrix:colMaxMatrix), intent(in) | matrix | ||
) |
Definition at line 30 of file ut_generalInterface.F90.