general interface for printing a one or two dimensional array will be deprecated
print a vector
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | vec(:) | |||
character(len=*), | intent(in), | optional | :: | format_type |
print a matrix in a given format
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | mat(:,:) | |||
character(len=*), | intent(in), | optional | :: | format_type |