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

Comparing ray/src/gen/genworm.c (file contents):
Revision 2.13 by greg, Tue Dec 10 17:22:39 2024 UTC vs.
Revision 2.14 by greg, Fri Apr 18 23:02:53 2025 UTC

# Line 82 | Line 82 | char  *argv[];
82  
83          fputs("# ", stdout);
84          printargs(argc, argv, stdout);
85 <        eclock = 1;
85 >        doptimize(1);
86 >        eclock++;
87  
88          for (i = 0; i <= nseg; i++) {
89                  t = (double)i/nseg;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines