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.7 by greg, Wed Apr 23 02:28:06 2003 UTC vs.
Revision 3.8 by schorsch, Thu Jun 26 00:58:09 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines