next up previous contents index
Next: Interface str_part Up: Module table_module Previous: Interface int_part   Contents   Index

Interface real_part


\begin{boxedminipage}{\textwidth}
\begin{verbatim}t1 = real_part(this,column...
...real_part(this,columns)
t3 = real_part(this)\end{verbatim}
\end{boxedminipage}

Utility function to return one or more columns from the real part of a table.

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

column -- integer, intent(in)

columns -- integer, intent(in), dimension(:)

Return values:

t1 -- real(dp), dimension(this%N)
t2 -- real(dp), dimension(size(columns),this%N)
t3 -- real(dp), dimension(this%realsize,this%N )
str_part interface

gabor 2009-06-30