FIXME: add comments. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | qrm_prnt_iarray (a, lab, unit) |
subroutine | qrm_prnt_sarray (a, lab, digits, unit) |
subroutine | qrm_prnt_darray (a, lab, digits, unit) |
subroutine | qrm_prnt_carray (a, lab, digits, unit) |
subroutine | qrm_prnt_zarray (a, lab, digits, unit) |
FIXME: add comments.
Definition in file qrm_prnt_array.F90.
subroutine qrm_prnt_carray | ( | complex(kind(1.e0)), dimension(:) | a, |
character, dimension(*) | lab, | ||
integer | digits, | ||
integer, optional | unit | ||
) |
Definition at line 185 of file qrm_prnt_array.F90.
subroutine qrm_prnt_darray | ( | real(kind(1.d0)), dimension(:) | a, |
character, dimension(*) | lab, | ||
integer | digits, | ||
integer, optional | unit | ||
) |
Definition at line 132 of file qrm_prnt_array.F90.
subroutine qrm_prnt_iarray | ( | integer, dimension(:) | a, |
character, dimension(*) | lab, | ||
integer, optional | unit | ||
) |
Definition at line 35 of file qrm_prnt_array.F90.
subroutine qrm_prnt_sarray | ( | real(kind(1.e0)), dimension(:) | a, |
character, dimension(*) | lab, | ||
integer | digits, | ||
integer, optional | unit | ||
) |
Definition at line 82 of file qrm_prnt_array.F90.
subroutine qrm_prnt_zarray | ( | complex(kind(1.d0)), dimension(:) | a, |
character, dimension(*) | lab, | ||
integer | digits, | ||
integer, optional | unit | ||
) |
Definition at line 250 of file qrm_prnt_array.F90.