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

Comparing ray/src/rt/func.c (file contents):
Revision 1.13 by greg, Sat Jan 12 18:01:19 1991 UTC vs.
Revision 1.14 by greg, Tue Apr 23 15:46:22 1991 UTC

# Line 48 | Line 48 | XF  *bx;
48                  scompile("Ix=$16;Iy=$17;Iz=$18;", NULL, 0);
49                  scompile("Jx=$19;Jy=$20;Jz=$21;", NULL, 0);
50                  scompile("Kx=$22;Ky=$23;Kz=$24;", NULL, 0);
51 <                funset("arg", 1, l_arg);
52 <                funset("noise3", 3, l_noise3);
53 <                funset("noise3a", 3, l_noise3a);
54 <                funset("noise3b", 3, l_noise3b);
55 <                funset("noise3c", 3, l_noise3c);
56 <                funset("hermite", 5, l_hermite);
57 <                funset("fnoise3", 3, l_fnoise3);
51 >                funset("arg", 1, '=', l_arg);
52 >                funset("noise3", 3, ':', l_noise3);
53 >                funset("noise3a", 3, ':', l_noise3a);
54 >                funset("noise3b", 3, ':', l_noise3b);
55 >                funset("noise3c", 3, ':', l_noise3c);
56 >                funset("hermite", 5, ':', l_hermite);
57 >                funset("fnoise3", 3, ':', l_fnoise3);
58                  initfile = NULL;
59          }
60          fobj = m;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines