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

Comparing ray/src/rt/t_data.c (file contents):
Revision 1.6 by greg, Sat Dec 15 15:03:42 1990 UTC vs.
Revision 1.7 by greg, Thu Aug 8 11:29:56 1991 UTC

# Line 71 | Line 71 | RAY  *r;
71  
72          if (nv > MAXDIM)
73                  goto dimerr;
74 <        if (!vardefined(sa[7]))
75 <                loadfunc(sa[6]);
74 >        funcfile(sa[6]);
75          errno = 0;
76          for (i = 0; i < nv; i++)
77                  pt[i] = varvalue(sa[i+7]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines