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.106 by greg, Wed Aug 24 05:54:42 2011 UTC vs.
Revision 2.108 by greg, Mon Aug 12 21:01:00 2013 UTC

# Line 558 | Line 558 | oconv(void)                            /* run oconv and mkillum if necessary *
558                          unlink(illumtmp);
559                          quit(1);
560                  }
561 +                rmfile(oct0name);
562                                                  /* make octree1 (frozen) */
563                  if (octreedate)
564                          sprintf(combuf, "%s%s -f -i %s %s > %s", c_oconv,
# Line 1387 | Line 1388 | rpict(                         /* run rpict and pfilt for each view */
1388                                  int     xdiv = 8+nprocs/3, ydiv = 8+nprocs/3;
1389                                  if (rfdt >= oct1date) {
1390                                          fprintf(stderr,
1391 <                "%s: partial output not created with rpiece\n", rawfile);
1391 >                "%s: partial output not created with %s\n", rawfile, c_rpiece);
1392                                          quit(1);
1393                                  }
1394                                  if (rfdt) {     /* start fresh */
# Line 1478 | Line 1479 | rpict(                         /* run rpict and pfilt for each view */
1479                          wait_process(1);
1480                          if (!syncf_done(sfile)) {
1481                                  fprintf(stderr,
1482 <                        "%s: rpiece did not complete rendering of view %s\n",
1483 <                                                progname, vs);
1482 >                        "%s: %s did not complete rendering of view %s\n",
1483 >                                                progname, c_rpiece, vs);
1484                                  quit(1);
1485                          }
1486                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines