Ice Sheet System Model  4.18
Code documentation
Exp2Kmlx.h
Go to the documentation of this file.
1 
5 #ifndef _EXP2KMLX_H
6 #define _EXP2KMLX_H
7 
8 #include <float.h> /* DBL_MAX */
9 #include "../../classes/classes.h"
10 
11 /* local prototypes: */
12 int Exp2Kmlx(char* filexp,char* filkml,int sgn,bool holes);
13 int Exp2Kmlx(char* filexp,char* filkml,int sgn,double cm,double sp,bool holes);
14 
15 #endif /* _EXP2KMLX_H */
Exp2Kmlx
int Exp2Kmlx(char *filexp, char *filkml, int sgn, bool holes)
Definition: Exp2Kmlx.cpp:10