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.7 by greg, Tue Apr 23 13:05:03 1991 UTC vs.
Revision 1.9 by greg, Tue Aug 13 16:07:12 1991 UTC

# Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL";
18  
19   #include  "fvect.h"
20  
21 < #define  XNAME          "X_"                    /* x function name */
22 < #define  YNAME          "Y_"                    /* y function name */
23 < #define  ZNAME          "Z_"                    /* z function name */
24 < #define  RNAME          "R_"                    /* r function name */
21 > #define  XNAME          "X`SYS`"                /* x function name */
22 > #define  YNAME          "Y`SYS`"                /* y function name */
23 > #define  ZNAME          "Z`SYS`"                /* z function name */
24 > #define  RNAME          "R`SYS`"                /* r function name */
25  
26   #define  PI             3.14159265358979323846
27  
# Line 44 | Line 44 | char  *argv[];
44          int  i, nseg;
45  
46          varset("PI", ':', PI);
47 <        funset("hermite", 5, l_hermite);
48 <        funset("bezier", 5, l_bezier);
49 <        funset("bspline", 5, l_bspline);
47 >        funset("hermite", 5, ':', l_hermite);
48 >        funset("bezier", 5, ':', l_bezier);
49 >        funset("bspline", 5, ':', l_bspline);
50  
51          if (argc < 8)
52                  goto userror;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines