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.11 by greg, Thu Jun 2 18:13:47 2005 UTC vs.
Revision 2.12 by greg, Thu May 4 00:42:40 2017 UTC

# Line 112 | Line 112 | main(
112                  }
113          }
114          free((void *)scan);
115 <        printf("%d %d\t%e %e %e\n", xmin, ymin,
115 >        printf("%d %d\t%.2e %.2e %.2e\n", xmin, ymin,
116                          colrval(cmin,RED)/colval(expos,RED),
117                          colrval(cmin,GRN)/colval(expos,GRN),
118                          colrval(cmin,BLU)/colval(expos,BLU));
119 <        printf("%d %d\t%e %e %e\n", xmax, ymax,
119 >        printf("%d %d\t%.2e %.2e %.2e\n", xmax, ymax,
120                          colrval(cmax,RED)/colval(expos,RED),
121                          colrval(cmax,GRN)/colval(expos,GRN),
122                          colrval(cmax,BLU)/colval(expos,BLU));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines