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.107 by greg, Fri Aug 26 22:39:56 2011 UTC

# Line 1387 | Line 1387 | rpict(                         /* run rpict and pfilt for each view */
1387                                  int     xdiv = 8+nprocs/3, ydiv = 8+nprocs/3;
1388                                  if (rfdt >= oct1date) {
1389                                          fprintf(stderr,
1390 <                "%s: partial output not created with rpiece\n", rawfile);
1390 >                "%s: partial output not created with %s\n", rawfile, c_rpiece);
1391                                          quit(1);
1392                                  }
1393                                  if (rfdt) {     /* start fresh */
# Line 1478 | Line 1478 | rpict(                         /* run rpict and pfilt for each view */
1478                          wait_process(1);
1479                          if (!syncf_done(sfile)) {
1480                                  fprintf(stderr,
1481 <                        "%s: rpiece did not complete rendering of view %s\n",
1482 <                                                progname, vs);
1481 >                        "%s: %s did not complete rendering of view %s\n",
1482 >                                                progname, c_rpiece, vs);
1483                                  quit(1);
1484                          }
1485                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines