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

Comparing ray/src/util/rtcontrib.c (file contents):
Revision 1.49 by greg, Fri Apr 18 18:06:29 2008 UTC vs.
Revision 1.51 by greg, Sat Dec 6 01:08:53 2008 UTC

# Line 99 | Line 99 | struct rtproc {
99  
100                                          /* rtrace command and defaults */
101   char            *rtargv[256+2*MAXMODLIST] = { "rtrace",
102 <                                "-dj", ".5", "-dr", "3",
102 >                                "-dj", ".9", "-dr", "3",
103                                  "-ab", "1", "-ad", "350", };
104  
105   int  rtargc = 9;
# Line 1218 | Line 1218 | myclose(const LUENT *e, void *p)
1218          STREAMOUT       *sop = (STREAMOUT *)e->data;
1219          
1220          if (sop->ofp == NULL)
1221 <                return;
1221 >                return(0);
1222          fclose(sop->ofp);
1223          sop->ofp = NULL;
1224 +        return(0);
1225   }
1226  
1227   /* load previously accumulated values */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines