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

Comparing ray/src/rt/noise3.c (file contents):
Revision 2.7 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.8 by greg, Mon Aug 4 22:37:53 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10  
11   #include "copyright.h"
12  
13 + #include  "calcomp.h"
14 +
15   #include  <math.h>
16  
17   #define  A              0
# Line 36 | Line 38 | static char  noise_name[4][8] = {"noise3x", "noise3y",
38   static char  fnoise_name[] = "fnoise3";
39   static char  hermite_name[] = "hermite";
40  
41 < double  *noise3(), fnoise3(), argument(), frand();
41 > double  *noise3(), fnoise3(), frand();
42   static  interpolate();
43  
44   static long  xlim[3][2];
# Line 71 | Line 73 | register char  *nam;
73  
74  
75   double
76 < l_hermite()                     /* library call for hermite interpolation */
76 > l_hermite(char *nm)             /* library call for hermite interpolation */
77   {
78          double  t;
79          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines