source: issm/trunk/src/c/modules/Shp2Expx/Shp2Expx.h@ 15396

Last change on this file since 15396 was 15396, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 15394

File size: 612 bytes
Line 
1/*!\file: Shp2Expx.h
2 * \brief header file for shp to exp conversion routines.
3 */
4
5#ifndef _SHP2EXPX_H
6#define _SHP2EXPX_H
7
8#ifdef HAVE_CONFIG_H
9#include <config.h>
10#else
11#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
12#endif
13
14#ifdef _HAVE_SHAPELIB_ //only works if Shapelib library has been compiled in.
15
16#include "shapefil.h"
17
18#endif
19
20#include "../../classes/classes.h"
21
22/* local prototypes: */
23int Shp2Expx(char* filshp,char* filexp);
24int Shp2Expx(char* filshp,char* filexp, int sgn);
25int Shp2Expx(char* filshp,char* filexp, int sgn,double cm,double sp);
26
27#endif /* _SHP2EXPX_H */
Note: See TracBrowser for help on using the repository browser.