NCEPLIBS-ip  4.2.0
iplib_4.h
Go to the documentation of this file.
1 
6 #ifndef IPLIB
7 #define IPLIB
8 
29 void gdswzd(int *kgds, int iopt, int npts, float fill,
30  float *xpts, float *ypts, float *rlon, float *rlat,
31  int *nret,
32  float *crot, float *srot, float *xlon, float *xlat,
33  float *ylon, float *ylat, float *area);
34 
35 #endif
void gdswzd(int *kgds, int iopt, int npts, float fill, float *xpts, float *ypts, float *rlon, float *rlat, int *nret, float *crot, float *srot, float *xlon, float *xlat, float *ylon, float *ylat, float *area)
GDSWZD_grib1 in C.