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

Comparing ray/src/hd/rholo4.c (file contents):
Revision 3.28 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.29 by greg, Tue May 13 17:58:33 2003 UTC

# Line 74 | Line 74 | char   *dname;
74          }
75                                  /* write out hologram grids & octrees */
76          for (i = 0; hdlist[i] != NULL; i++) {
77 <                bcopy((char *)hdlist[i], buf, sizeof(HDGRID));
77 >                bcopy((void *)hdlist[i], buf, sizeof(HDGRID));
78                  len = sizeof(HDGRID);
79                  n = vdef(GEOMETRY);
80                  sfn = i<n ? nvalue(GEOMETRY,i) :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines