Ice Sheet System Model  4.18
Code documentation
KMLOverlayx.h
Go to the documentation of this file.
1 
5 #ifndef _KMLOVERLAYX_H
6 #define _KMLOVERLAYX_H
7 
8 #include <float.h> /* DBL_MAX */
9 #include "../../classes/classes.h"
10 
11 /* local prototypes: */
12 void KMLOverlayx(int* ierror,
13  double* lataxis, double* longaxis,
14  int nimages, char** pimages,
15  FILE* fid);
16 
17 #endif /* _KMLOVERLAYX_H */
KMLOverlayx
void KMLOverlayx(int *ierror, double *lataxis, double *longaxis, int nimages, char **pimages, FILE *fid)
Definition: KMLOverlayx.cpp:9