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

Comparing ray/src/cv/mgflib/mgfilt.c (file contents):
Revision 1.4 by greg, Thu May 11 21:48:40 1995 UTC vs.
Revision 1.5 by greg, Wed Nov 22 12:23:26 1995 UTC

# Line 50 | Line 50 | char   *argv[];
50                  }
51                  for (en = nentlist[i-1]; en--; )
52                          mg_ehand[en] = put_entity;
53 +                mg_ehand[MG_E_INCLUDE] = NULL;          /* expand include's */
54          } else
55                  for (cp1 = cp2 = argv[1]; *cp1; cp1 = cp2) {
56                          while (*cp2) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines