next up previous contents index
Next: Subroutine reduce_allocation Up: Module table_module Previous: Interface rms_diff   Contents   Index

Interface select


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call select(to,from[,row_mask,row_list])\end{verbatim}
\end{boxedminipage}

Select certains rows from a table based on a mask

to -- type(table), intent(inout)

from -- type(table), intent(in)

row_mask -- logical, intent(in), optional, dimension(:)

row_list -- integer, intent(in), optional, dimension(:)

reduce_allocation subroutine

gabor 2009-06-30