RMNLIB |
(IP3_ALL) |
FSTD |
INTEGER FUNCTION IP3_ALL( val, kind )
DESCRIPTION
Not in used now, provided for future expansion.
Generates all possible coded ip3 values (oldstyle, newstyle ...) for a given floating point ip3 value.
Author: M. Lepine
ARGUMENTS
| Input: | |
| val | value in floating point format |
| kind | kind (integer) as defined in convip |
| Output: | |
| IP3_ALL | integer ip3 newstyle coded value (an internal flag is set to look for all possible coded values) |
EXAMPLE
(in Fortran)
key = fstinf( iun, ni, nj, nk,datev,etiket,ip1_all(level,1),ip2,ip3_all(valip3,kind3),typvar,nomvar )
(in C)
key = c_fstinf( iun, ?, &nj, &nk,datev,etiket,c_ip1_all(level,1),ip2,ip3_all(valip3,kind3),typvar,nomvar )
SEE ALSO