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

Comparing ray/src/common/bsdf_t.c (file contents):
Revision 3.1 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 3.4 by greg, Sat Feb 19 01:48:59 2011 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5   *  bsdf_t.c
6   *  
# Line 7 | Line 10
10   *
11   */
12  
13 < #include <stdio.h>
13 > #include "rtio.h"
14   #include <stdlib.h>
15 + #include <math.h>
16 + #include <ctype.h>
17   #include "ezxml.h"
18   #include "bsdf.h"
19   #include "bsdf_t.h"
# Line 145 | Line 150 | SDavgBox(const SDNode *st, const double *bmin, const d
150  
151   /* Load a variable-resolution BSDF tree from an open XML file */
152   SDError
153 < SDloadTre(SDData *sd, ezxml_t fl)
153 > SDloadTre(SDData *sd, ezxml_t wtl)
154   {
155          return SDEsupport;
156   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines