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

Comparing ray/src/cv/bsdf2rado.c (file contents):
Revision 2.4 by greg, Thu Sep 9 15:17:45 2021 UTC vs.
Revision 2.5 by greg, Tue Dec 7 23:55:02 2021 UTC

# Line 167 | Line 167 | main(int argc, char *argv[])
167                          ovec_from_pos(odir, i, j);
168                          if (inpXML) {
169                                  SDValue sval;
170 <                                if (SDreportError(SDevalBSDF(&sval, odir,
171 <                                                        idir, &myBSDF), stderr))
170 >                                if (SDreportError(SDevalBSDF(&sval, idir,
171 >                                                        odir, &myBSDF), stderr))
172                                          return(1);
173                                  bsdf = sval.cieY;
174                          } else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines