--- ray/src/common/face.c 1992/10/02 16:02:20 2.2 +++ ray/src/common/face.c 1993/05/14 13:42:53 2.3 @@ -27,7 +27,11 @@ static char SCCSid[] = "$SunId$ LBL"; * The last vertex is automatically connected to the first. */ +#ifdef SMLFLT +#define VERTEPS 1e-2 /* allowed vertex error */ +#else #define VERTEPS 1e-4 /* allowed vertex error */ +#endif FACE *