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.10 by greg, Thu Mar 2 17:16:56 2006 UTC vs.
Revision 2.12 by greg, Tue Feb 22 16:45:12 2011 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10  
11   #include "copyright.h"
12  
13 < #include  <math.h>
14 <
15 < #include  "calcomp.h"
13 > #include  "ray.h"
14   #include  "func.h"
15  
16   #define  A              0
# Line 38 | Line 36 | static const char      RCSid[] = "$Id$";
36   static char  noise_name[4][8] = {"noise3x", "noise3y", "noise3z", "noise3"};
37   static char  fnoise_name[] = "fnoise3";
38   static char  hermite_name[] = "hermite";
41
42 //double  *noise3(), fnoise3(), frand();
43 //static  interpolate();
39  
40   static long  xlim[3][2];
41   static double  xarg[3];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines