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

Comparing ray/src/common/colrops.c (file contents):
Revision 2.3 by greg, Tue Sep 8 10:04:33 1992 UTC vs.
Revision 2.4 by greg, Fri Oct 2 16:00:51 1992 UTC

# Line 20 | Line 20 | static BYTE    *g_mant = NULL, *g_nexp = NULL;
20  
21   static BYTE     (*g_bval)[256] = NULL;
22  
23 + #ifndef pow
24   extern double   pow();
25 + #endif
26  
27  
28   setcolrcor(f, a2)               /* set brightness correction */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines