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.27 by greg, Wed Apr 27 23:05:51 2011 UTC vs.
Revision 2.28 by greg, Thu Apr 28 00:24:43 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
171                                  /* check our result */
172          switch (lastErr) {
173          case SDEformat:
# Line 179 | Line 178 | SDloadFile(SDData *sd, const char *fname)
178          default:                /* variable res. OK else serious error */
179                  break;
180          }
182 #endif
181                                  /* done with XML file */
182          ezxml_free(fl);
183          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines