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

Comparing ray/src/meta/mgvars.c (file contents):
Revision 1.4 by schorsch, Fri Nov 14 00:14:40 2003 UTC vs.
Revision 1.6 by schorsch, Sun Mar 28 20:33:13 2004 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include  <ctype.h>
17  
18   #include  "rtprocess.h"
19 + #include  "rtmisc.h"
20   #include  "rterror.h"
21   #include  "rtio.h"
22   #include  "calcomp.h"
# Line 577 | Line 578 | register char  **pathlist
578  
579   int
580   mgcurve(                        /* get a curve's (unmapped) values */
581 < int  c,
582 < int  (*f)()
581 >        int  c,
582 >        void (*f)(int c, double x, double y)
583   )
584   {
585          int  nargs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines