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.2 by greg, Thu Dec 19 15:07:33 1991 UTC vs.
Revision 2.3 by greg, Thu Aug 27 13:51:59 1992 UTC

# Line 56 | Line 56 | char  *argv[];
56          angle = atof(argv[7]);
57          if (argc == 10)
58                  if (!strcmp(argv[8], "-r"))
59 <                        rcurv = atof(argv[8]);
59 >                        rcurv = atof(argv[9]);
60                  else if (!strcmp(argv[8], "+r"))
61 <                        rcurv = -atof(argv[8]);
61 >                        rcurv = -atof(argv[9]);
62                  else
63                          goto userr;
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines