Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
fio_get_available_fields
Interface
9 statements
Source File
korc_fio_interface.f90
korc_fio
fio_get_available_fields
Contents
None
interface
public function fio_get_available_fields(isrc, n, f) bind(C, NAME='fio_get_available_fields')
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=C_INT),
intent(in),
VALUE
::
isrc
integer(kind=C_INT),
intent(out)
::
n
integer(kind=C_INT),
intent(out),
DIMENSION(:)
::
f
Return Value
integer(kind=C_INT)