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

Comparing ray/src/gen/genblinds.c (file contents):
Revision 2.3 by greg, Thu Aug 27 13:51:59 1992 UTC vs.
Revision 2.4 by greg, Fri Oct 2 16:10:45 1992 UTC

# Line 39 | Line 39 | main(argc, argv)
39   int  argc;
40   char  *argv[];
41   {
42        double  fabs();
42          double  width, delem, depth, rcurv = 0.0, angle;
43          double  beta, gamma, theta, chi;
44          int     i, j, k, l;
# Line 156 | Line 155 | userr:
155   makeflat(w,d,a)
156   double  w, d, a;
157   {
159        double  sin(), cos();
158          double  h;
159  
160          h = d*sin(a);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines