| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1997 Silicon Graphics, Inc. */ |
| 1 | > | /* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | static char SCCSid[] = "$SunId$ SGI"; | |
| # | Line 115 | Line 115 | new_rtrace() /* restart rtrace calculation */ | |
| 115 | ||
| 116 | getradfile() /* run rad and get needed variables */ | |
| 117 | { | |
| 118 | < | static short mvar[] = {OCTREE,-1}; |
| 118 | > | static short mvar[] = {OCTREE,EYESEP,-1}; |
| 119 | static char tf1[] = TEMPLATE; | |
| 120 | char tf2[64]; | |
| 121 | char combuf[256]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |