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

Comparing ray/src/px/pextrem.c (file contents):
Revision 2.10 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 2.11 by greg, Thu Jun 2 18:13:47 2005 UTC

# Line 86 | Line 86 | main(
86                  fprintf(stderr, "%s: out of memory\n", argv[0]);
87                  exit(1);
88          }
89 <        setcolr(cmin, 1e10, 1e10, 1e10);
90 <        setcolr(cmax, 0., 0., 0.);
89 >        setcolr(cmin, 1e30, 1e30, 1e30);
90 >        setcolr(cmax, 0., 0., 0.); xmax=ymax=0;
91                                          /* find extrema */
92          for (y = yres-1; y >= 0; y--) {
93                  if (freadcolrs(scan, xres, stdin) < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines