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

Comparing ray/src/cal/lam.c (file contents):
Revision 1.9 by greg, Sun May 7 15:44:28 2006 UTC vs.
Revision 1.10 by greg, Fri Jun 18 01:12:57 2010 UTC

# Line 53 | Line 53 | char   *argv[];
53                                  case 'd':
54                                          curbytes = sizeof(double);
55                                          break;
56 <                                case 'w':
56 >                                case 'i':
57                                          curbytes = sizeof(int);
58 +                                        break;
59 +                                case 'w':
60 +                                        curbytes = 2;
61 +                                        break;
62 +                                case 'b':
63 +                                        curbytes = 1;
64                                          break;
65                                  case 'a':
66                                          curbytes = argv[i][3] ? 1 : 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines