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

Comparing ray/src/gen/gensurf.c (file contents):
Revision 1.12 by greg, Sat Dec 15 15:00:52 1990 UTC vs.
Revision 1.13 by greg, Tue Apr 23 13:04:58 1991 UTC

# Line 51 | Line 51 | char  *argv[];
51          int  i, j, m, n;
52          char  stmp[256];
53  
54 <        varset("PI", PI);
54 >        varset("PI", ':', PI);
55          funset("hermite", 5, l_hermite);
56          funset("bezier", 5, l_bezier);
57          funset("bspline", 5, l_bspline);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines