next up previous contents index
Next: Interface operator(//) Up: Module system_module Previous: Interface parse_line   Contents   Index

Interface reallocate


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call reallocate(array,d1[,zero])
call reallocate(array,d1,d2[,zero])\end{verbatim}
\end{boxedminipage}

Reallocation: used to reduce the need to deallocate and reallocate

array -- allocatable, intent(inout), dimension(:) or dimension(:,:), integer or real(dp)

d1 -- integer, intent(in)

zero -- logical, optional, intent(in)

d2 -- integer, intent(in)

operator(//) interface

gabor 2009-06-30