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

Comparing ray/src/gen/genworm.c (file contents):
Revision 1.6 by greg, Fri Jul 20 14:36:02 1990 UTC vs.
Revision 1.7 by greg, Tue Apr 23 13:05:03 1991 UTC

# Line 43 | Line 43 | char  *argv[];
43          FVECT  lastp, p;
44          int  i, nseg;
45  
46 <        varset("PI", PI, NULL);
46 >        varset("PI", ':', PI);
47          funset("hermite", 5, l_hermite);
48          funset("bezier", 5, l_bezier);
49          funset("bspline", 5, l_bspline);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines