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

Comparing ray/src/hd/genrhgrid.c (file contents):
Revision 3.8 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.9 by greg, Fri Oct 5 19:19:16 2018 UTC

# Line 85 | Line 85 | gridsect(              /* get specified section(s) and print grids
85  
86   void
87   putgrid(                        /* run through holodeck section grid lines */
88 <        register HOLO   *hp
88 >        HOLO    *hp
89   )
90   {
91 <        register int    w, i;
91 >        int     w, i;
92          int     g0, g1;
93          FVECT   wp[2], mov;
94          double  d;
# Line 135 | Line 135 | putgrid(                       /* run through holodeck section grid lines
135  
136   void
137   putline(                /* put out a line */
138 <        register FVECT  wp[2]
138 >        FVECT   wp[2]
139   )
140   {
141          static int      cnt = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines