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

Comparing ray/src/common/cone.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:30 1989 UTC vs.
Revision 1.2 by greg, Tue Feb 21 14:39:51 1989 UTC

# Line 104 | Line 104 | int  getxf;
104                          co->sl = co->al;
105                  }
106                  co->tm = NULL;
107 <                (CONE *)o->os = co;
107 >                o->os = (char *)co;
108          }
109          if (getxf && co->tm == NULL)
110                  conexform(co);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines