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.23 by greg, Tue Jul 16 15:59:49 2019 UTC vs.
Revision 1.24 by greg, Thu Jul 18 17:45:51 2019 UTC

# Line 53 | Line 53 | main(int argc, char *argv[])
53                                          incnt = atol(argv[++i]);
54                                          break;
55                                  case 'f':
56 +                                case 'F':
57                                          curbytes = sizeof(float);
58                                          break;
59                                  case 'd':
60 +                                case 'D':
61                                          curbytes = sizeof(double);
62                                          break;
63                                  case 'i':
64 +                                case 'I':
65                                          curbytes = sizeof(int);
66                                          break;
67                                  case 'w':
68 +                                case 'W':
69                                          curbytes = 2;
70                                          break;
71                                  case 'b':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines