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.4 by greg, Mon Aug 9 10:03:45 1993 UTC vs.
Revision 2.5 by greg, Thu Oct 31 10:58:36 1996 UTC

# Line 36 | Line 36 | static char SCCSid[] = "$SunId$ LBL";
36                                          r0*hpoly3(t) + \
37                                          r1*hpoly4(t) )
38  
39 < static char  noise_name[4][8] = {"noise3a", "noise3b", "noise3c", "noise3"};
39 > static char  noise_name[4][8] = {"noise3x", "noise3y", "noise3z", "noise3"};
40   static char  fnoise_name[] = "fnoise3";
41   static char  hermite_name[] = "hermite";
42  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines