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

Comparing ray/src/rt/srcobstr.c (file contents):
Revision 2.13 by greg, Wed Jul 25 04:12:36 2007 UTC vs.
Revision 2.14 by greg, Mon Oct 8 18:07:57 2007 UTC

# Line 11 | Line 11 | static const char RCSid[] = "$Id$";
11  
12   #include  "otspecial.h"
13  
14 + #include  "rtotypes.h"
15 +
16   #include  "source.h"
17  
18   #define ABS(x)  ((x)>0 ? (x) : -(x))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines