RMNLIB |
(FSTLUK) |
FSTD |
INTEGER FUNCTION FSTLUK( field, handle, ni,nj,nk)
DESCRIPTION
Read the record at position given by handle
Authors: M. Lepine - M. Valin - 2000
ARGUMENTS
Input: | |
handle | positioning information to the record |
Output: | |
FSTLUK | 0 if no error, else error code |
field | data field to be read |
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 = fstluk( field, handle, ni, nj, nk ) (in C) key = c_fstluk( field, handle, &ni, &nj, &nk )