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 1.13 by greg, Thu Apr 18 12:57:40 1991 UTC vs.
Revision 1.14 by greg, Wed May 29 16:22:36 1991 UTC

# Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL";
18  
19   #include  "otypes.h"
20  
21 + #ifndef  DEFPATH
22 + #define  DEFPATH        ":/usr/local/lib/ray"
23 + #endif
24 +
25   #define  OMARGIN        (10*FTINY)      /* margin around global cube */
26  
27   #define  MAXOBJFIL      63              /* maximum number of scene files */
# Line 57 | Line 61 | char  **argv;
61          progname = argv[0];
62  
63          if ((libpath = getenv("RAYPATH")) == NULL)
64 <                libpath = ":/usr/local/lib/ray";
64 >                libpath = DEFPATH;
65  
66          initotypes();
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines