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.11 by greg, Sun Aug 9 20:28:41 1992 UTC vs.
Revision 2.12 by greg, Tue Sep 8 15:35:16 1992 UTC

# Line 26 | Line 26 | static char SCCSid[] = "$SunId$ LBL";
26  
27   #include  "random.h"
28  
29 + #include  "paths.h"
30 +
31   int  dimlist[MAXDIM];                   /* sampling dimensions */
32   int  ndims = 0;                         /* number of sampling dimensions */
33   int  samplendx;                         /* sample index number */
# Line 78 | Line 80 | extern long  nrays;                    /* number of rays traced */
80   #define  pixjitter()    (.5+dstrpix*(.5-frandom()))
81  
82   #define  RFTEMPLATE     "rfXXXXXX"
83 < #define  HFTEMPLATE     "/tmp/hfXXXXXX"
83 > #define  HFTEMPLATE     TEMPLATE
84  
85   static char  *hfname = NULL;            /* header file name */
86   static FILE  *hfp = NULL;               /* header file pointer */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines