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