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

Comparing ray/src/common/biggerlib.c (file contents):
Revision 3.1 by greg, Sat Feb 22 02:07:21 2003 UTC vs.
Revision 3.4 by schorsch, Thu Jul 17 09:21:29 2003 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7   *   10/2/86
8   */
9  
10 + #include <stdio.h>
11   #include <math.h>
12  
13 < double  argument();
13 > #include "calcomp.h"
14 >
15 > double  argument(int);
16   static double  l_j0(), l_j1(), l_jn(), l_y0(), l_y1(), l_yn();
17   static double  l_erf(), l_erfc();
18  
19  
20 + void
21   biggerlib()                     /* expand the library */
22   {
23                                  /* the Bessel functions */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines