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

Comparing ray/src/common/chanvalue.c (file contents):
Revision 3.1 by greg, Sat Feb 22 02:07:21 2003 UTC vs.
Revision 3.2 by schorsch, Sat Jun 7 12:50:20 2003 UTC

# Line 5 | Line 5 | static const char      RCSid[] = "$Id$";
5   * Dummy definition of chanvalue() for calcomp routines.
6   */
7  
8 + #include "standard.h"
9 +
10   double
11   chanvalue(int n)
12   {
13          eputs("Call to unsupported chanvalue routine\n");
14          quit(1);
15 +        return 0.0; /* pro forma return */
16   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines