tem_print_array Subroutine

public subroutine tem_print_array(me, nVals, itemLength, title, outUnit)

print an array to the debugunit

Arguments

TypeIntentOptionalAttributesName
integer(kind=long_k), intent(in) :: me(:)

long array to write to debug file

integer, intent(in) :: nVals

number of values in array me

integer, optional :: itemLength

how many characters needs each item of the array to output

character(len=*), optional :: title

Array title in debug output for easy identification in the file

integer, intent(in) :: outUnit

output unit


Calls

proc~~tem_print_array~~CallsGraph proc~tem_print_array tem_print_array none~append_to_buffer append_to_buffer proc~tem_print_array->none~append_to_buffer interface~tem_tostr tem_toStr none~append_to_buffer->interface~tem_tostr proc~tem_r2str_arr tem_r2str_arr interface~tem_tostr->proc~tem_r2str_arr proc~tem_l2str tem_l2str interface~tem_tostr->proc~tem_l2str proc~tem_d2str_arr tem_d2str_arr interface~tem_tostr->proc~tem_d2str_arr proc~tem_l2str_arr tem_l2str_arr interface~tem_tostr->proc~tem_l2str_arr proc~tem_d2str tem_d2str interface~tem_tostr->proc~tem_d2str proc~tem_b2str_arr tem_b2str_arr interface~tem_tostr->proc~tem_b2str_arr proc~tem_b2str tem_b2str interface~tem_tostr->proc~tem_b2str proc~tem_r2str tem_r2str interface~tem_tostr->proc~tem_r2str proc~tem_i2str tem_i2str interface~tem_tostr->proc~tem_i2str proc~tem_i2str_arr tem_i2str_arr interface~tem_tostr->proc~tem_i2str_arr

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iVal
integer, private :: iLine
integer, private :: nLines
integer, private :: itemLength_loc
character(len=buffer_length), private :: buffer

Subroutines

subroutine append_to_buffer(buffer, val)

Arguments

TypeIntentOptionalAttributesName
character(len=buffer_length), intent(inout) :: buffer
integer(kind=long_k), intent(in) :: val