| # | Line 17 | Line 17 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 17 | #include "fvect.h" | |
| 18 | ||
| 19 | #ifdef M_PI | |
| 20 | < | #define PI M_PI |
| 20 | > | #define PI ((double)M_PI) |
| 21 | #else | |
| 22 | #define PI 3.14159265358979323846 | |
| 23 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |