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.25 by greg, Tue Aug 13 16:31:35 2019 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *      7/14/88         Greg Ward
8   */
9  
10 #include <stdlib.h>
11 #include <string.h>
12 #include <stdio.h>
10   #include <ctype.h>
11  
15 #include "platform.h"
12   #include "rtio.h"
13 + #include "platform.h"
14 + #include "paths.h"
15  
16   #define MAXFILE         512             /* maximum number of files */
17  
# Line 53 | Line 51 | main(int argc, char *argv[])
51                                          incnt = atol(argv[++i]);
52                                          break;
53                                  case 'f':
54 +                                case 'F':
55                                          curbytes = sizeof(float);
56                                          break;
57                                  case 'd':
58 +                                case 'D':
59                                          curbytes = sizeof(double);
60                                          break;
61                                  case 'i':
62 +                                case 'I':
63                                          curbytes = sizeof(int);
64                                          break;
65                                  case 'w':
66 +                                case 'W':
67                                          curbytes = 2;
68                                          break;
69                                  case 'b':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines