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

Comparing ray/src/common/bsdf.c (file contents):
Revision 2.26 by greg, Mon Apr 25 15:48:05 2011 UTC vs.
Revision 2.27 by greg, Wed Apr 27 23:05:51 2011 UTC

# Line 168 | Line 168 | SDloadFile(SDData *sd, const char *fname)
168                  return lastErr;
169                                  /* try loading variable resolution data */
170          lastErr = SDloadTre(sd, wtl);
171 + #if 0
172                                  /* check our result */
173          switch (lastErr) {
174          case SDEformat:
# Line 178 | Line 179 | SDloadFile(SDData *sd, const char *fname)
179          default:                /* variable res. OK else serious error */
180                  break;
181          }
182 + #endif
183                                  /* done with XML file */
184          ezxml_free(fl);
185          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines