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

Comparing ray/src/meta/gcalc.c (file contents):
Revision 1.4 by greg, Thu Dec 1 18:47:35 2011 UTC vs.
Revision 1.5 by greg, Fri Jan 12 00:58:45 2018 UTC

# Line 113 | Line 113 | gcvalue(               /* print the values for the curve */
113                          d1 = (xysum - xsum*ysum/npts)/d3;
114                          d2 = (ysum - d1*xsum)/npts;
115                          d3 = d1*sqrt(d3/(yysum - ysum*ysum/npts));
116 <                        printf(" %10.6f %11.4f %7.3f", d1, d2, d3);
116 >                        printf(" %11.4e %11.4e %6.3f", d1, d2, d3);
117                          break;
118                  default:
119                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines