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

Comparing ray/src/rt/func.c (file contents):
Revision 2.22 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.24 by greg, Tue Feb 22 16:45:12 2011 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7  
8   #include "copyright.h"
9  
10 #include <math.h>
11
10   #include  "ray.h"
11   #include  "paths.h"
12   #include  "otypes.h"
# Line 173 | Line 171 | setfunc(                       /* set channels for function call */
171          register RAY  *r
172   )
173   {
174 <        static unsigned long  lastrno = ~0;
174 >        static RNUMBER  lastrno = ~0;
175          register MFUNC  *f;
176                                          /* get function */
177          if ((f = (MFUNC *)m->os) == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines