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

Comparing ray/src/rt/rv3.c (file contents):
Revision 1.13 by greg, Thu Feb 22 11:46:15 1990 UTC vs.
Revision 1.14 by greg, Tue Feb 27 09:51:00 1990 UTC

# Line 360 | Line 360 | register VIEW  *vp;
360          } else if (bcmp((char *)vp, (char *)&ourview, sizeof(VIEW))) {
361                  copystruct(&oldview, &ourview);
362                  copystruct(&ourview, vp);
363 <                newimage();             /* newimage() calls with vp=&ourview! */
363 >                newimage();
364          }
365   }
366  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines