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

Comparing ray/src/hd/rhpict.c (file contents):
Revision 3.9 by greg, Thu May 29 16:26:22 2003 UTC vs.
Revision 3.10 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 229 | Line 229 | int
229   endpicture()                    /* finish and write out pixels */
230   {
231          int     lastr = -1, nunrend = 0;
232 <        int4    lastp, lastrp;
233 <        register int4   p;
232 >        int32   lastp, lastrp;
233 >        register int32  p;
234          register double d;
235                                  /* compute final pixel values */
236          for (p = hres*vres; p--; ) {
# Line 263 | Line 263 | initialize()                   /* initialize holodeck and buffers */
263          int     fd;
264          FILE    *fp;
265          int     n;
266 <        int4    nextloc;
266 >        int32   nextloc;
267                                          /* open holodeck file */
268          if ((fp = fopen(hdkfile, "r")) == NULL) {
269                  sprintf(errmsg, "cannot open \"%s\" for reading", hdkfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines