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