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.3 by schorsch, Sat Nov 15 02:13:37 2003 UTC vs.
Revision 1.4 by greg, Thu Dec 1 18:47:35 2011 UTC

# Line 71 | Line 71 | gcheader(                      /* print header */
71                          printf("|___Integ_");
72                          break;
73                  case 'l':
74 <                        printf("|___Slope_____Intcp______Corr_");
74 >                        printf("|____Slope_______Intcp____Corr_");
75                          break;
76                  default:
77                          break;
# 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(" %9.5f %9.2f %9.5f", d1, d2, d3);
116 >                        printf(" %10.6f %11.4f %7.3f", d1, d2, d3);
117                          break;
118                  default:
119                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines