| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * pfilt.c - program to post-process picture file. | |
| # | Line 22 | Line 22 | extern float *matchlamp(); | |
| 22 | ||
| 23 | #define FEQ(a,b) ((a) >= .98*(b) && (a) <= 1.02*(b)) | |
| 24 | ||
| 25 | < | double CHECKRAD = 1.5; /* radius to check for filtering */ |
| 25 | > | double CHECKRAD = 2.0; /* radius to check for filtering */ |
| 26 | ||
| 27 | #define THRESHRAD 5.0 /* maximum sample spread in output */ | |
| 28 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |