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

Comparing ray/src/common/loadbsdf.c (file contents):
Revision 3.4 by greg, Wed Apr 27 23:05:51 2011 UTC vs.
Revision 3.5 by greg, Thu Apr 28 00:24:43 2011 UTC

# Line 59 | Line 59 | loadBSDF(char *fname)
59          checkDF(sd->name, sd->rLambFront.cieY, sd->rf, "front reflection");
60          checkDF(sd->name, sd->rLambBack.cieY, sd->rb, "rear reflection");
61          checkDF(sd->name, sd->tLamb.cieY, sd->tf, "transmission");
62 < #if 1
62 > #if 0
63   fprintf(stderr, "Loaded BSDF '%s' (file \"%s\")\n", sd->name, pname);
64   fprintf(stderr, "Front diffuse reflectance: %.1f%%\n", sd->rLambFront.cieY*100.);
65   fprintf(stderr, "Back diffuse reflectance: %.1f%%\n", sd->rLambBack.cieY*100.);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines