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

Comparing ray/src/hd/rhinfo.c (file contents):
Revision 3.1 by gwlarson, Thu Dec 31 16:25:26 1998 UTC vs.
Revision 3.2 by gwlarson, Tue Jan 5 11:17:25 1999 UTC

# Line 60 | Line 60 | FILE   *fout;
60          for (n = 0; nextloc > 0L; n++) {        /* get the section(s) */
61                  lseek(fd, (long)nextloc, 0);
62                  read(fd, (char *)&nextloc, sizeof(nextloc));
63 +                fprintf(fout, "Section %d:\n", n);
64                  hdsect = hdinit(fd, NULL);      /* load section directory */
64                fprintf(fout,"Section %d:\n",n);
65                  psectstats(hdsect, fout);       /* print section statistics */
66          }
67          nextloc = hdfilen(fd);                  /* print global statistics */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines