| # | Line 152 | Line 152 | register int sn; /* source number */ | |
|---|---|---|
| 152 | for (i = 0; i < 3; i++) { | |
| 153 | dimlist[ndims] = i + 8831; | |
| 154 | vd[i] = dstrsrc * source[sn].ss * | |
| 155 | < | (1.0 - 2.0*urand(ilhash(dimlist,ndims+1)+samplendx)); |
| 155 | > | (1.0 - 2.0*urand(urind(ilhash(dimlist,ndims+1),samplendx))); |
| 156 | } | |
| 157 | ndims--; | |
| 158 | if (source[sn].sflags & SFLAT) { /* project offset */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |