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

Comparing ray/src/rt/m_bsdf.c (file contents):
Revision 2.24 by greg, Thu Jul 4 15:14:45 2013 UTC vs.
Revision 2.25 by greg, Wed Jan 22 16:39:57 2014 UTC

# Line 446 | Line 446 | m_bsdf(OBJREC *m, RAY *r)
446          hitfront = (r->rod > 0);
447                                                  /* load cal file */
448          mf = getfunc(m, 5, 0x1d, 1);
449 +        setfunc(m, r);
450                                                  /* get thickness */
451          nd.thick = evalue(mf->ep[0]);
452          if ((-FTINY <= nd.thick) & (nd.thick <= FTINY))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines