ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/src/rt/rmain.c
(Generate patch)

Comparing ray/src/rt/rmain.c (file contents):
Revision 2.40 by greg, Wed Apr 17 14:02:00 1996 UTC vs.
Revision 2.41 by greg, Sat Jul 6 21:59:00 1996 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1995 Regents of the University of California */
1 > /* Copyright (c) 1996 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 63 | Line 63 | int  (*cmdvec)() = NULL;               /* command error vector */
63   int  (*trace)() = NULL;                 /* trace call */
64   int  do_irrad = 0;                      /* compute irradiance? */
65  
66 + char  *errfile = NULL;                  /* error output file */
67 +
68   extern time_t  time();
69   time_t  tstart;                         /* start time */
70  
# Line 156 | Line 158 | char  *argv[];
158          char  *recover = NULL;
159          char  *outfile = NULL;
160          char  *zfile = NULL;
159        char  *errfile = NULL;
161          char  *ambfile = NULL;
162          int  loadflags = ~IO_FILES;
163          int  seqstart = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)