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.11 by greg, Sat Dec 7 02:21:42 2019 UTC vs.
Revision 2.15 by greg, Sat Jun 7 05:09:45 2025 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   */
13  
14   #include  <stdlib.h>
15 #include  <stdio.h>
15   #include  <math.h>
17 #include  <string.h>
16  
17   #include  "calcomp.h"
18 < #include  "rtio.h"
18 > #include  "paths.h"
19   #include  "resolu.h"
20   #include  "rterror.h"
21   #include  "fvect.h"
# Line 84 | Line 82 | char  *argv[];
82  
83          fputs("# ", stdout);
84          printargs(argc, argv, stdout);
85 <        eclock = 0;
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