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

Comparing ray/src/util/rad.c (file contents):
Revision 2.102 by greg, Sun Oct 10 09:25:45 2010 UTC vs.
Revision 2.103 by greg, Sun Oct 10 15:36:18 2010 UTC

# Line 1366 | Line 1366 | rpict(                         /* run rpict and pfilt for each view */
1366                  "%s: partial output not created with rpiece\n", rawfile);
1367                                          quit(1);
1368                                  }
1369 <                                rfdt = 0;               /* start fresh */
1369 >                                if (rfdt) {     /* start fresh */
1370 >                                        rmfile(rawfile);
1371 >                                        rfdt = 0;
1372 >                                }
1373                                  if (!silent)
1374                                          printf("\techo %d %d > %s\n",
1375                                                          xdiv, ydiv, sfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines