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

Comparing ray/src/hd/rhdisp.c (file contents):
Revision 3.50 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.51 by schorsch, Sun Mar 28 20:33:13 2004 UTC

# Line 325 | Line 325 | again:
325                                  return;
326                          }
327                          *v = *(viewhist + ((nhist-1)%VIEWHISTLEN));
328 <                        goto again;     /* poss. overloading dev_section()? */
328 >                        goto again;     /* XXX overloading dev_section()? */
329                  }
330                  DCHECK(*slist < 0, WARNING, "no visible sections in new_view");
331                  for ( ; *slist >= 0; slist++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines