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

Comparing ray/src/rt/data.c (file contents):
Revision 2.29 by greg, Tue May 12 16:37:53 2009 UTC vs.
Revision 2.30 by greg, Wed Aug 7 05:10:09 2013 UTC

# Line 45 | Line 45 | getdata(                               /* get data array dname */
45   {
46          char  *dfname;
47          FILE  *fp;
48 <        int  asize;
48 >        int  asize=0;
49          register int  i, j;
50          register DATARRAY  *dp;
51                                                  /* look for array in list */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines