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

Comparing ray/src/common/tmapluv.c (file contents):
Revision 3.14 by greg, Mon Feb 9 20:48:08 2009 UTC vs.
Revision 3.15 by greg, Thu Dec 2 18:10:40 2010 UTC

# Line 15 | Line 15 | static const char      RCSid[] = "$Id$";
15   #include <stdlib.h>
16   #include <string.h>
17   #include <math.h>
18 #include "tmprivat.h"
18   #include "tiffio.h"
19 + #include "tmprivat.h"
20   #include "tmaptiff.h"
21  
22   #define uvflgop(p,uv,op)        ((p)->rgbflg[(uv)>>5] op (1L<<((uv)&0x1f)))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines