| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1997 Regents of the University of California */ |
| 1 | > | /* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | < | static char SCCSid[] = "$SunId$ LBL"; |
| 4 | > | static char SCCSid[] = "$SunId$ SGI"; |
| 5 | #endif | |
| 6 | ||
| 7 | /* | |
| # | Line 334 | Line 334 | register WARP3D *wp; | |
| 334 | } | |
| 335 | ||
| 336 | ||
| 337 | < | long |
| 337 | > | unsigned long |
| 338 | gridhash(gp) /* hash a grid point index */ | |
| 339 | GNDX gp; | |
| 340 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |