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.13 by greg, Thu Sep 30 17:02:00 2010 UTC vs.
Revision 3.14 by greg, Fri Oct 5 19:19:16 2018 UTC

# Line 88 | Line 88 | gethdinfo(             /* get information on holodeck */
88  
89   static void
90   psectstats(             /* print statistical information for section */
91 <        register HOLO   *hp,
91 >        HOLO    *hp,
92          FILE    *fp
93   )
94   {
# Line 97 | Line 97 | psectstats(            /* print statistical information for sect
97          FVECT   vt;
98          double  sqrtmaxp;
99          int     bmin, bmax, cnt;
100 <        register int    i;
100 >        int     i;
101  
102          fcross(vt, hp->xv[0], hp->xv[1]);
103          fprintf(fp, "\tWorld volume:            %g\n", fabs(DOT(vt,hp->xv[2])));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines