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

Comparing ray/src/rt/source.c (file contents):
Revision 2.87 by greg, Fri Jun 20 03:43:17 2025 UTC vs.
Revision 2.88 by greg, Tue Oct 21 16:12:05 2025 UTC

# Line 52 | Line 52 | marksources(void)                      /* find and mark source objects */
52          int  ns;
53                                          /* call us only once! */
54          if (nsources)
55 <                error(CONSISTENCY, "Multiple calls to marksources!");
55 >                error(CONSISTENCY, "multiple calls to marksources!");
56                                          /* initialize dispatch table */
57          initstypes();
58                                          /* find direct sources */
# Line 150 | Line 150 | distantsources(void)                   /* only mark distant sources */
150          int  ns;
151                                          /* call us only once! */
152          if (nsources)
153 <                error(CONSISTENCY, "Multiple calls to distantsources!");
153 >                error(CONSISTENCY, "multiple calls to distantsources!");
154                                          /* initialize dispatch table */
155          initstypes();
156                                          /* sources needed for sourcehit() */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)