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.87 by greg, Mon Nov 10 19:08:19 2008 UTC vs.
Revision 2.88 by greg, Fri Dec 5 00:51:59 2008 UTC

# Line 208 | Line 208 | main(
208                  goto userr;
209          rifname = argv[i];
210                                  /* check command-line options */
211 <        if ((nprocs > 1) & (viewselect != NULL))
211 >        if ((nprocs > 1) & (viewselect != NULL) & (rvdevice == NULL))
212                  nprocs = 1;
213                                  /* assign Radiance root file name */
214          rootname(radname, rifname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines