|
|
@@ -52,9 +52,6 @@ static inline _Complex double * _pCd(doublecomplex *z) {return (_Complex double* |
|
|
|
#endif |
|
|
|
#define pCf(z) (*_pCf(z)) |
|
|
|
#define pCd(z) (*_pCd(z)) |
|
|
|
typedef int logical; |
|
|
|
typedef short int shortlogical; |
|
|
|
typedef char logical1; |
|
|
|
typedef char integer1; |
|
|
|
|
|
|
|
#define TRUE_ (1) |
|
|
@@ -256,15 +253,6 @@ typedef struct Namelist Namelist; |
|
|
|
#define myhuge_(w) {HUGE_VAL} |
|
|
|
#define mymaxloc_(w,s,e,n) dmaxloc_(w,*(s),*(e),n) |
|
|
|
|
|
|
|
/* procedure parameter types for -A and -C++ */ |
|
|
|
|
|
|
|
#define F2C_proc_par_types 1 |
|
|
|
#ifdef __cplusplus |
|
|
|
typedef logical (*L_fp)(...); |
|
|
|
#else |
|
|
|
typedef logical (*L_fp)(); |
|
|
|
#endif |
|
|
|
|
|
|
|
/* -- translated by f2c (version 20000121). |
|
|
|
You must link the resulting object file with the libraries: |
|
|
|
-lf2c -lm (in that order) |
|
|
|