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

Comparing ray/src/util/glarendx.c (file contents):
Revision 2.5 by greg, Sun Jun 4 10:58:38 1995 UTC vs.
Revision 2.7 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   * Compute Glare Index given by program name or -t option:
6   *
# Line 127 | Line 124 | userr:
124   }
125  
126  
127 + int
128   headline(s)                     /* get line from header */
129   char    *s;
130   {
# Line 140 | Line 138 | char   *s;
138                  formatval(fmt, s);
139                  wrongformat = strcmp(fmt, "ascii");
140          }
141 +        return(0);
142   }
143  
144  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines