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.3 by greg, Fri Feb 18 02:41:55 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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines