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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:00:55 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 15:06:31 1991 UTC

# Line 50 | Line 50 | main(argc, argv)               /* convert object files to an octree
50   int  argc;
51   char  **argv;
52   {
53 <        char  *getenv();
54 <        double  atof();
53 >        extern char  *getenv();
54          FVECT  bbmin, bbmax;
55          char  *infile = NULL;
56          int  outflags = IO_ALL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines