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

Comparing ray/src/px/protate.c (file contents):
Revision 2.7 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.8 by greg, Thu May 15 05:13:35 2003 UTC

# Line 21 | Line 21 | int    xres, yres;                     /* input resolution */
21   int     correctorder = 0;               /* order correction? */
22   int     ccw = 0;                        /* rotate CCW? */
23  
24 < #ifdef BIGMEM
25 < char    buf[1<<22];                     /* output buffer */
26 < #else
24 > #ifdef SMLMEM
25   char    buf[1<<20];                     /* output buffer */
26 + #else
27 + char    buf[1<<22];                     /* output buffer */
28   #endif
29  
30   int     nrows;                          /* number of rows output at once */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines