ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/mgflib/lookup.h
(Generate patch)

Comparing ray/src/cv/mgflib/lookup.h (file contents):
Revision 1.2 by greg, Thu Jun 23 07:48:35 1994 UTC vs.
Revision 1.3 by greg, Sat Jun 25 09:47:57 1994 UTC

# Line 49 | Line 49 | typedef struct {
49   *
50   * The lu_done routine calls the given free function once for each
51   * assigned table entry (i.e. each entry with an assigned key value).
52 < * The user must define this routines to free the key and the data
52 > * The user must define these routines to free the key and the data
53   * in the LU_TAB structure.  The final action of lu_done is to free the
54   * allocated table itself.
55   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines