ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcomb.c
(Generate patch)

Comparing ray/src/px/pcomb.c (file contents):
Revision 2.53 by greg, Fri Mar 18 18:31:47 2022 UTC vs.
Revision 2.54 by greg, Tue Mar 22 15:14:42 2022 UTC

# Line 286 | Line 286 | headline(                      /* check header line & echo if requested *
286          } else if (iscolcor(s)) {
287                  colcorval(ctmp, s);
288                  multcolor(input[nfiles].expos, ctmp);
289 <        } else if (isaspect(s))
289 >        }
290 >        if (isaspect(s))
291                  input[nfiles].pa *= aspectval(s);
292          else if (isview(s) && sscanview(&input[nfiles].vw, s) > 0)
293                  gotview++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines