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

Comparing ray/src/rt/mx_func.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:41:29 1989 UTC vs.
Revision 1.2 by greg, Thu Aug 8 11:29:54 1991 UTC

# Line 51 | Line 51 | RAY  *r;
51                          sprintf(errmsg, "undefined modifier \"%s\"", sa[i]);
52                          objerror(m, USER, errmsg);
53                  }
54 <        if (!vardefined(sa[2]))
55 <                loadfunc(sa[3]);
54 >        funcfile(sa[3]);
55          errno = 0;
56          coef = varvalue(sa[2]);
57          if (errno) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines