Toggle navigation
BROWNPAK
0.7
User Guide
Contents
Source Files
Modules
Block Data
Procedures
Derived Types
Program
Source Files
Modules
Block Data
Procedures
Derived Types
Program
itbl_get_row
Subroutine
10 statements
Source File
table_m.f90
table_m
itbl_get_row
Contents
None
private subroutine itbl_get_row(this, irow, res)
Returns a pointer to the row data of
irow
. No bounds checking is performed.
Arguments
Type
Intent
Optional
Attributes
Name
class(
itable_t
),
intent(in),
target
::
this
integer,
intent(in)
::
irow
integer,
intent(out),
dimension(:), pointer
::
res
Contents
None