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

Comparing ray/src/cv/bsdf2rad.c (file contents):
Revision 2.38 by greg, Sat Mar 27 17:50:18 2021 UTC vs.
Revision 2.39 by greg, Tue Dec 7 23:55:02 2021 UTC

# Line 144 | Line 144 | plotBSDF(const char *fname, const FVECT ivec, int dfl,
144                  SDValue sval;
145                  double  bsdf;
146                  ovec_from_pos(ovec, i*GRIDSTEP, j*GRIDSTEP);
147 <                if (SDreportError(SDevalBSDF(&sval, ovec,
148 <                                                ivec, sd), stderr))
147 >                if (SDreportError(SDevalBSDF(&sval, ivec,
148 >                                                ovec, sd), stderr))
149                          return(0);
150                  if (sval.cieY > overall_max)
151                          overall_max = sval.cieY;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines