| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | static const char RCSid[] = "$Id$"; | |
| 3 | #endif | |
| 4 | /* | |
| 5 | < | * Compute 4-byte direction code (assume this fits into int) |
| 5 | > | * Compute a 4-byte direction code (int4 type defined in standard.h). |
| 6 | > | * |
| 7 | > | * Mean accuracy is 0.0022 degrees, with a maximum error of 0.0058 degrees. |
| 8 | */ | |
| 9 | ||
| 10 | #include "standard.h" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |