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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.82 by greg, Sat May 15 15:31:30 2010 UTC vs.
Revision 2.83 by greg, Fri Sep 3 21:16:50 2010 UTC

# Line 51 | Line 51 | int  dimlist[MAXDIM];                  /* sampling dimensions */
51   int  ndims = 0;                         /* number of sampling dimensions */
52   int  samplendx;                         /* sample index number */
53  
54 //extern void  ambnotify();
54   void  (*addobjnotify[])() = {ambnotify, NULL};
55  
56   VIEW  ourview = STDVIEW;                /* view parameters */
# Line 118 | Line 117 | time_t  tstart;                                /* starting time */
117   int  hres, vres;                        /* resolution for this frame */
118  
119   static VIEW     lastview;               /* the previous view input */
121
122 //extern char  *mktemp();  /* XXX should be in stdlib.h or unistd.h */
123
124 //double        pixvalue();
120  
121   static void report(int);
122   static int nextview(FILE *fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines