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

Comparing ray/src/gen/gensurf.c (file contents):
Revision 2.3 by greg, Wed Feb 5 21:05:00 1992 UTC vs.
Revision 2.4 by greg, Thu Nov 18 09:33:04 1993 UTC

# Line 375 | Line 375 | register POINT  *r0, *r1, *r2;
375   int  siz;
376   {
377          FVECT  v1, v2;
378        register int  i;
378  
379          if (!smooth)                    /* not needed if no smoothing */
380                  return;
# Line 519 | Line 518 | char  *msg;
518  
519  
520   quit(code)
521 + int  code;
522   {
523          exit(code);
524   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines