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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.9 by greg, Thu Apr 14 05:02:06 1994 UTC vs.
Revision 2.10 by greg, Fri Jan 6 10:13:04 1995 UTC

# Line 44 | Line 44 | int  (*addobjnotify[])() = {NULL};     /* new object notif
44  
45   main(argc, argv)                /* convert object files to an octree */
46   int  argc;
47 < char  **argv;
47 > char  *argv[];
48   {
49        extern char  *getenv();
49          FVECT  bbmin, bbmax;
50          char  *infile = NULL;
51          int  inpfrozen = 0;
# Line 61 | Line 60 | char  **argv;
60          for (i = 1; i < argc && argv[i][0] == '-'; i++)
61                  switch (argv[i][1]) {
62                  case '\0':                              /* scene from stdin */
64                        outflags &= ~IO_FILES;
63                          goto breakopt;
64                  case 'i':                               /* input octree */
65                          infile = argv[++i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines