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

Comparing ray/src/cv/mgflib/context.c (file contents):
Revision 1.14 by greg, Thu Jul 7 17:27:58 1994 UTC vs.
Revision 1.15 by greg, Fri Jul 22 12:50:24 1994 UTC

# Line 376 | Line 376 | c_clearall()                   /* empty context tables */
376   {
377          c_uncolor = c_dfcolor;
378          c_ccolor = &c_uncolor;
379 +        c_ccname = NULL;
380          lu_done(&clr_tab);
381          c_unmaterial = c_dfmaterial;
382          c_cmaterial = &c_unmaterial;
383 +        c_cmname = NULL;
384          lu_done(&mat_tab);
385          c_unvertex = c_dfvertex;
386          c_cvertex = &c_unvertex;
387 +        c_cvname = NULL;
388          lu_done(&vtx_tab);
389   }
390  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines