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

Comparing ray/src/common/linregr.c (file contents):
Revision 2.1 by greg, Tue Nov 12 16:55:46 1991 UTC vs.
Revision 2.2 by greg, Fri Mar 5 15:14:02 1993 UTC

# Line 8 | Line 8 | static char SCCSid[] = "$SunId$ LBL";
8   * Basic linear regression calculation.
9   */
10  
11 + #include <math.h>
12 +
13   #include "linregr.h"
14  
15  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines