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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.11 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 2.12 by greg, Tue Mar 11 19:29:05 2003 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char       RCSid[] = "$Id$";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   * Make illum sources for optimizing rendering process
# Line 444 | Line 444 | char  *nm;
444          if (fgetword(str, MAXSTR, fp) == NULL)
445                  goto readerr;
446                                          /* is it an alias? */
447 <        if (!strcmp(str, ALIASID)) {
447 >        if (!strcmp(str, ALIASKEY)) {
448                  if (fgetword(str, MAXSTR, fp) == NULL)
449                          goto readerr;
450 <                printf("\n%s %s %s", thisillum.altmat, ALIASID, str);
450 >                printf("\n%s %s %s", thisillum.altmat, ALIASKEY, str);
451                  if (fgetword(str, MAXSTR, fp) == NULL)
452                          goto readerr;
453                  printf("\t%s\n", str);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines