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

Comparing ray/src/gen/gensurf.c (file contents):
Revision 2.31 by greg, Tue Jan 21 01:56:27 2025 UTC vs.
Revision 2.32 by greg, Fri Apr 18 23:02:53 2025 UTC

# Line 153 | Line 153 | main(int argc, char *argv[])
153                                                  /* print header */
154          fputs("# ", stdout);
155          printargs(argc, argv, stdout);
156 <        eclock = 1;
156 >        doptimize(1);
157 >        eclock++;
158                                                  /* initialize */
159          comprow(-1.0/m, row0, n);
160          comprow(0.0, row1, n);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines