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.10 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.11 by greg, Thu Sep 9 01:06:19 2004 UTC

# Line 77 | Line 77 | gethdinfo(             /* get information on holodeck */
77                          samptot, beamtot, (double)samptot/beamtot);
78          fprintf(fout, "%.1f Mbyte file, %.1f%% fragmentation\n",
79                          nextloc/(1024.*1024.),
80 <                        100.*(nextloc-hdfiluse(fd,1))/nextloc);
80 >                        100.*(nextloc-hdfiluse(fd))/nextloc);
81                                                  /* don't bother with cleanup */
82   #if 0
83          hddone(NULL);                           /* free sections */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines