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

Comparing ray/src/rt/func.c (file contents):
Revision 2.45 by greg, Thu Nov 13 18:57:20 2025 UTC vs.
Revision 2.46 by greg, Sat Dec 6 04:13:14 2025 UTC

# Line 60 | Line 60 | initfunc(void) /* initialize function evaluation */
60          setprismfuncs();
61          loadfunc(rayinitcal);
62          rayinitcal[0] = '\0';
63 +        doptimize(1);           /* optimize definitions */
64   }
65  
66  
# Line 285 | Line 286 | loadfunc(                      /* load definition file */
286                  error(SYSTEM, errmsg);
287          }
288          fcompile(ffname);
288        doptimize(1);           /* optimize definitions */
289   }
290  
291  

Diff Legend

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