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.3 by schorsch, Thu Jul 17 09:21:29 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines