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

Comparing ray/src/rt/m_mist.c (file contents):
Revision 2.6 by greg, Wed Apr 17 14:10:23 1996 UTC vs.
Revision 2.7 by greg, Wed Jun 5 11:27:33 1996 UTC

# Line 44 | Line 44 | static char SCCSid[] = "$SunId$ LBL";
44   *  scattering.  A value approaching 1 indicates strong forward scattering.
45   */
46  
47 + #ifndef  MAXSLIST
48 + #define  MAXSLIST       32      /* maximum sources to check */
49 + #endif
50 +
51   #define RELAYDELIM      '>'             /* relay delimiter character */
52  
53   extern COLOR  cextinction;              /* global coefficient of extinction */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines