| # | Line 6 | Line 6 | |
|---|---|---|
| 6 | * | |
| 7 | * Greg Ward Larson | |
| 8 | */ | |
| 9 | + | #ifndef _RAD_MGRAPH_H_ |
| 10 | + | #define _RAD_MGRAPH_H_ |
| 11 | ||
| 12 | + | #ifdef __cplusplus |
| 13 | + | extern "C" { |
| 14 | + | #endif |
| 15 | + | |
| 16 | #define PI 3.14159265358979323846 | |
| 17 | #define FHUGE 1e20 | |
| 18 | #define FTINY 1e-7 | |
| # | Line 102 | Line 108 | |
| 108 | typedef struct { | |
| 109 | double min, max, step; | |
| 110 | } BOUNDS; | |
| 111 | + | |
| 112 | + | #ifdef __cplusplus |
| 113 | + | } |
| 114 | + | #endif |
| 115 | + | #endif /* _RAD_MGRAPH_H_ */ |
| 116 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |