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

Comparing ray/src/hd/rhd_geom.c (file contents):
Revision 3.12 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 3.13 by schorsch, Mon Jul 21 22:30:18 2003 UTC

# Line 52 | Line 52 | char   *file;
52                                          /* check if copy in current list */
53          FORALLGEOM(gmCurrent, j)
54                  if (!strcmp(file, gmCurrent[j].gfile)) {
55 <                        copystruct(&gmNext[i], &gmCurrent[j]);
55 >                        gmNext[i] = gmCurrent[j];
56                          return;
57                  }
58                                          /* else load new octree */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines