RMNLIB |
(FSTLIS) |
FSTD |
INTEGER FUNCTION FSTLIS( field, iun,ni,nj,nk)
DESCRIPTION
Reads the next record that matches the last search criteria
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
iun | unit number associated to the file |
ni | dimension 1 of the data field |
nj | dimension 2 of the data field |
nk | dimension 3 of the data field |
Output: | |
FSTLIS | handle returned of the record found and read after the search |
field | data field read from record found |
EXAMPLE Click here for argument declarations (in Fortran) key = fstlis( field,iun, ni, nj, nk ) (in C) key = c_fstlis( field, iun, &ni, &nj, &nk )
SEE ALSO
fstsui