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.30 by greg, Thu Nov 11 10:20:06 1993 UTC vs.
Revision 2.31 by greg, Thu Nov 11 13:17:01 1993 UTC

# Line 1317 | Line 1317 | char   *opts;
1317                                          /* get pfilt options */
1318          pfiltopts(pfopts);
1319                                          /* get resolution, reporting */
1320 <        mult = vscale(QUALITY)+1;
1320 >        switch (vscale(QUALITY)) {
1321 >        case LOW:
1322 >                mult = 1;
1323 >                break;
1324 >        case MEDIUM:
1325 >                mult = 2;
1326 >                break;
1327 >        case HIGH:
1328 >                mult = 3;
1329 >                break;
1330 >        }
1331          {
1332                  int     xres, yres;
1333                  double  aspect;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines