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.12 by greg, Tue Nov 15 06:53:00 2005 UTC vs.
Revision 3.13 by greg, Sat May 31 18:28:34 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines