# | Line 38 | Line 38 | static const char RCSid[] = "$Id$"; | |
---|---|---|
38 | #define SMOOTH_MSE 5e-5 /* acceptable mean squared error */ | |
39 | #endif | |
40 | #ifndef SMOOTH_MSER | |
41 | < | #define SMOOTH_MSER 0.03 /* acceptable relative MSE */ |
41 | > | #define SMOOTH_MSER 0.0025 /* acceptable relative MSE */ |
42 | #endif | |
43 | #define MAX_RAD (GRIDRES/8) /* maximum lobe radius */ | |
44 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |