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.2 by greg, Fri Feb 18 00:41:44 2011 UTC vs.
Revision 3.3 by greg, Fri Feb 18 02:41:55 2011 UTC

# Line 10 | Line 10 | static const char RCSid[] = "$Id$";
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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines