--- ray/src/util/glare.h 1991/11/12 17:19:16 2.1 +++ ray/src/util/glare.h 2003/02/22 02:07:30 2.3 @@ -1,7 +1,4 @@ -/* Copyright (c) 1991 Regents of the University of California */ - -/* SCCSid "$SunId$ LBL" */ - +/* RCSid: $Id: glare.h,v 2.3 2003/02/22 02:07:30 greg Exp $ */ /* * Common data structures for glare source finding routines */ @@ -24,7 +21,7 @@ #define TOOSMALL(s) ((s)->brt*(s)->dom < threshold*SAMIN) #define SABIG .025 /* solid angle of splittable source */ -#define LCORR .8 /* linearity of splittable source */ +#define LCORR .12 /* linearity of splittable source */ extern VIEW ourview; /* our view */ extern VIEW pictview; /* picture view */