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

Comparing ray/src/rt/p_data.c (file contents):
Revision 1.2 by greg, Tue Mar 14 11:12:55 1989 UTC vs.
Revision 1.3 by greg, Tue May 1 17:01:03 1990 UTC

# Line 174 | Line 174 | RAY  *r;
174                  loadfunc(sa[4]);
175          for (i = 0; i < 2; i++) {
176                  errno = 0;
177 <                pt[i] = varvalue(sa[i+5]);
177 >                pt[1-i] = varvalue(sa[i+5]);    /* y major ordering */
178                  if (errno)
179                          goto computerr;
180          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines