Skip to content
Snippets Groups Projects
Commit f7963e96 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdi.h: added declaration of proj_*_func().

parent 9e637cfb
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -1276,6 +1276,11 @@ void gribapiLibraryVersion(int *major_version, int *minor_version, int *revision
//FINT_OFF
void gaussianLatitudes(double *latitudes, double *weights, size_t nlat);
int (*proj_lonlat_to_lcc_func)(double, double, double, double, double, double, double, size_t, double*, double*);
int (*proj_lcc_to_lonlat_func)(double, double, double, double, double, double, double, double, double, size_t, double*, double*);
int (*proj_lonlat_to_stere_func)(double, double, double, double, double, size_t, double*, double*);
int (*proj_stere_to_lonlat_func)(double, double, double, double, double, double, double, size_t, double*, double*);
#ifdef __cplusplus
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment