next up previous contents index
Next: Interface read_binary Up: Module table_module Previous: Interface zero   Contents   Index

Interface write_binary


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call write_binary(this,fil...
...this,filename)
call write_binary(array,file)\end{verbatim}
\end{boxedminipage}

Write a Table or array of Tables to a binary file.

this -- type(Table), intent(in)

file -- type(Inoutput), intent(inout)

filename -- character(TABLE_STRING_LENGTH), intent(in)

array -- type(Table), intent(in), dimension(:) or dimension(:,:) or dimension(:,:,:)

read_binary interface

gabor 2009-06-30