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.95 by greg, Tue May 18 18:54:35 2010 UTC vs.
Revision 2.96 by greg, Tue May 18 18:57:27 2010 UTC

# Line 1361 | Line 1361 | rpict(                         /* run rpict and pfilt for each view */
1361                                  int     xdiv = 8+nprocs/3, ydiv = 8+nprocs/3;
1362                                  rfdt = 0;               /* start fresh */
1363                                  if (!silent)
1364 <                                        printf("echo %d %d > %s\n",
1364 >                                        printf("\techo %d %d > %s\n",
1365                                                          xdiv, ydiv, sfile);
1366                                  if ((fp = fopen(sfile, "w")) == NULL) {
1367                                          fprintf(stderr, "%s: cannot create\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines