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

Comparing ray/src/gen/genbeads.c (file contents):
Revision 2.6 by schorsch, Sun Jun 8 12:03:09 2003 UTC vs.
Revision 2.7 by schorsch, Sun Nov 16 10:29:38 2003 UTC

# Line 14 | Line 14 | static const char      RCSid[] = "$Id$";
14  
15   void hermite3(double hp[3], double p0[3], double p1[3],
16                  double r0[3], double r1[3], double t);
17 < htan3(double ht[3], double p0[3], double p1[3],
17 > void htan3(double ht[3], double p0[3], double p1[3],
18                  double r0[3], double r1[3], double t);
19  
20   static void genstring(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines