| # | Line 21 | Line 21 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 21 | #include <stdio.h> | |
| 22 | #include <math.h> | |
| 23 | ||
| 24 | < | #define PI 3.141592653589793 |
| 25 | < | #define DELTA 5. /* MINIMAL SUSTAINED ANGLE IN DEGREES */ |
| 24 | > | #define PI 3.14159265358979323846 |
| 25 | > | #define DELTA 10. /* MINIMAL SUSTAINED ANGLE IN DEGREES */ |
| 26 | ||
| 27 | double baseflat[4][3], baseblind[4][3][180]; | |
| 28 | double A[3],X[3]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |