next up previous contents index
Next: Interface write_binary Up: Module system_module Previous: Interface print_mpi_id   Contents   Index

Interface print


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call print(string[,verbosi...
...t(real[,verbosity,file,precision, &
format])\end{verbatim}
\end{boxedminipage}

Overloaded interface for printing. With the this parameter omitted output goes to the default mainlog (stdout). The verbosity parameter controls whether the object is actually printed; if the verbosity is greater than that currently at the top of the verbosity stack then output is suppressed. Possible verbosity levels range from ERROR through NORMAL, VERBOSE, NERD and ANAL. Other user-defined types define the Print interface in the same way.

string -- character(*), intent(in)

verbosity -- integer, optional, intent(in)

file -- type(Inoutput), optional, target, intent(in)

char_a -- character(len=*), dimension(:)

log -- logical, intent(in)

int -- integer, intent(in)

real -- real(dp), intent(in)

precision -- integer, optional, intent(in)

format -- character(*), optional, intent(in)

write_binary interface

gabor 2009-06-30