ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/glarendx.c
(Generate patch)

Comparing ray/src/util/glarendx.c (file contents):
Revision 2.4 by greg, Thu Mar 24 11:06:59 1994 UTC vs.
Revision 2.5 by greg, Sun Jun 4 10:58:38 1995 UTC

# Line 25 | Line 25 | static char SCCSid[] = "$SunId$ LBL";
25   #include "standard.h"
26   #include "view.h"
27  
28 extern double   erfc();
28  
29   double  posindex();
30  
# Line 407 | Line 406 | struct glare_dir       *gd;
406   }
407  
408  
410 extern double   erf(), erfc();
411
409   #ifndef M_SQRT2
410   #define M_SQRT2 1.41421356237309504880
411   #endif
# Line 420 | Line 417 | double
417   guth_vcp(gd)            /* compute Guth visual comfort probability */
418   struct glare_dir        *gd;
419   {
420 +        extern double   erfc();
421          double  dgr;
422  
423          dgr = guth_dgr(gd);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines