| # | Line 365 | Line 365 | free3dw( /* free WARP3D data */ | |
|---|---|---|
| 365 | ||
| 366 | static unsigned long | |
| 367 | gridhash( /* hash a grid point index */ | |
| 368 | < | const void *gp |
| 368 | > | const char *gp |
| 369 | ) | |
| 370 | { | |
| 371 | return(((unsigned long)((const unsigned char*)gp)[0]<<GNBITS | ((const unsigned char*)gp)[1])<<GNBITS | ((const unsigned char*)gp)[2]); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |