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

Comparing ray/src/common/rglfile.c (file contents):
Revision 3.1 by gwlarson, Tue Jun 9 11:18:35 1998 UTC vs.
Revision 3.2 by gwlarson, Mon Aug 17 17:57:59 1998 UTC

# Line 118 | Line 118 | int
118   rgl_octlist(fname, cent, radp)  /* load octree objects into display list */
119   char    *fname;
120   FVECT   cent;                   /* returned octree center (optional) */
121 < double  *radp;                  /* returned octree size (optional) */
121 > FLOAT   *radp;                  /* returned octree size (optional) */
122   {
123          double  r;
124          int     listid;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines