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

Comparing ray/src/gen/genrev.c (file contents):
Revision 2.13 by greg, Sat Dec 7 02:21:42 2019 UTC vs.
Revision 2.15 by greg, Tue Dec 10 17:22:39 2024 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   */
13  
14   #include  <stdlib.h>
15 #include  <stdio.h>
16 #include  <string.h>
15   #include  <math.h>
16  
17   #include  "rtio.h"
# Line 137 | Line 135 | char  *argv[];
135  
136          fputs("# ", stdout);
137          printargs(argc, argv, stdout);
138 <        eclock = 0;
138 >        eclock = 1;
139  
140          lastnz = lastnr = 0.0;
141          t = 0.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines