| # | 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); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |