NCEPLIBS-ip  4.2.0
iplib_d.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, double fill,
30  double *xpts, double *ypts, double *rlon, double *rlat,
31  int *nret,
32  double *crot, double *srot, double *xlon, double *xlat,
33  double *ylon, double *ylat, double *area);
34 
35 #endif
void gdswzd(int *kgds, int iopt, int npts, double fill, double *xpts, double *ypts, double *rlon, double *rlat, int *nret, double *crot, double *srot, double *xlon, double *xlat, double *ylon, double *ylat, double *area)
GDSWZD_grib1 in C.