os x changes
This commit is contained in:
parent
530d001641
commit
b8f742db85
18 changed files with 92 additions and 44 deletions
|
|
@ -105,6 +105,8 @@ double diddle(struct place *, double, double);
|
|||
void dobounds(double, double, double, double, int);
|
||||
void dogrid(double, double, double, double);
|
||||
int duple(struct place *, double);
|
||||
#define fmax map_fmax
|
||||
#define fmin map_fmin
|
||||
double fmax(double, double);
|
||||
double fmin(double, double);
|
||||
void getdata(char *);
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ LIB=libmap/libmap.a
|
|||
OFILES=map.$O\
|
||||
symbol.$O\
|
||||
index.$O\
|
||||
sqrt.$O\
|
||||
|
||||
HFILES=map.h\
|
||||
iplot.h\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue