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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.32 by greg, Fri Dec 8 21:27:34 1995 UTC vs.
Revision 2.33 by greg, Wed Jan 17 11:00:09 1996 UTC

# Line 346 | Line 346 | register char  *s;
346                  error(COMMAND, "missing angle");
347                  return;
348          }
349 <        if (getinterest(sskip(sskip(s)), 0, vc, &mag) < 0)
349 >        if (getinterest(sskip2(s,2), 0, vc, &mag) < 0)
350                  return;
351          moveview(angle, elev, mag, vc);
352   }
# Line 662 | Line 662 | char  *s;
662          thisray.rmax = 0.0;
663  
664          if (!sscanvec(s, thisray.rorg) ||
665 <                        !sscanvec(sskip(sskip(sskip(s))), thisray.rdir)) {
665 >                        !sscanvec(sskip2(s,3), thisray.rdir)) {
666  
667                  if (dev->getcur == NULL)
668                          return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines