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

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.22 by greg, Wed Oct 19 21:25:20 2022 UTC vs.
Revision 2.23 by greg, Wed Oct 19 23:10:34 2022 UTC

# Line 54 | Line 54 | void   (*addobjnotify[8])() = {ambnotify, NULL};
54   char    RCCONTEXT[] = "RC.";            /* our special evaluation context */
55  
56   #if defined(_WIN32) || defined(_WIN64)
57 < #define RCONTRIB_FEATURES       "Accumulation\nSummation\nRAWrecovery\n" \
57 > #define RCONTRIB_FEATURES       "Accumulation\nSummation\nRecovery\n" \
58                                  "ValueContribution\nImmediateIrradiance\n" \
59                                  "ProgressReporting\nDistanceLimiting\n"
60   #else
61   #define RCONTRIB_FEATURES       "Multiprocessing\n" \
62 <                                "Accumulation\nSummation\nRAWrecovery\n" \
62 >                                "Accumulation\nSummation\nRecovery\n" \
63                                  "ValueContribution\nImmediateIrradiance\n" \
64                                  "ProgressReporting\nDistanceLimiting\n"
65   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines