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_is_in
Function
14 statements
Source File
table_m.f90
table_m
itbl_is_in
Contents
None
private function itbl_is_in(this, irow, val) result(res)
Returns .true. if
val
is in row
irow
, .false. otherwise.
Arguments
Type
Intent
Optional
Attributes
Name
class(
itable_t
),
intent(in)
::
this
integer,
intent(in)
::
irow
integer,
intent(in)
::
val
Return Value
logical
Contents
None