--- ray/src/rt/rv3.c 2005/04/19 01:15:07 2.17 +++ ray/src/rt/rv3.c 2006/04/05 06:22:57 2.20 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: rv3.c,v 2.17 2005/04/19 01:15:07 greg Exp $"; +static const char RCSid[] = "$Id: rv3.c,v 2.20 2006/04/05 06:22:57 greg Exp $"; #endif /* * rv3.c - miscellaneous routines for rview. @@ -16,11 +16,7 @@ static const char RCSid[] = "$Id: rv3.c,v 2.17 2005/04 #include "random.h" #ifndef WFLUSH -#ifdef SPEED -#define WFLUSH (5*SPEED) -#else -#define WFLUSH 100 /* flush after this many rays */ -#endif +#define WFLUSH 2048 /* flush after this many rays */ #endif #ifdef SMLFLT