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

Comparing ray/src/cv/bsdf2klems.c (file contents):
Revision 2.17 by greg, Tue May 5 22:16:49 2015 UTC vs.
Revision 2.18 by greg, Wed May 27 11:39:37 2015 UTC

# Line 207 | Line 207 | eval_bsdf(const char *fname)
207          double          sum;
208          int             i, j, n;
209  
210 +        initurand(npsamps);
211          SDclearBSDF(&bsd, fname);               /* load BSDF file */
212          if ((ec = SDloadFile(&bsd, fname)) != SDEnone)
213                  goto err;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines