mcf_dmm_print — Print content of a DMM object
mcf_dmm_print
prints the content of a DMM
object to a file unit. Note that the Fortran formatted output unit
specification is implementation-dependent, i.e on some
implementations the output is printed to the standard output
unit.
subtoutine mcf_dmm_print(ident,i,1i2,i3,flag,form,io,status) integer*4 ident integer i1,i2,i3 integer*4 flag character*(*) form integer*4 io integer*4 status
ident
DMM
identifier of object to be
printed (input).
i1 i2 i3
Print elements of the DMM
object
from index i1
to i2
in
steps of i3
input).
flag
Override flag (character string, input).
O
(override) means that formatting errors
are ignored. All other values of flag
will terminate printout if an error is encountered.
form
Printout format according to C
printf
rules (input). If form is empty, i.e a
blank string is specified the default format will
apply.
io
Fortran formatted output unit (integer, input). If
io
is set to 0 or to 6, output is
directed to the standard output unit.
status
Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned if an error has been detected. A positive value is returned if a warning has been issued.