| # | Line 122 | Line 122 | eval_isotropic(char *funame) | |
|---|---|---|
| 122 | /* run through directions */ | |
| 123 | for (ix = 0; ix < sqres/2; ix++) { | |
| 124 | RBFNODE *rbf = NULL; | |
| 125 | < | iovec[0] = (ix+.5)/sqres - 1.; |
| 125 | > | iovec[0] = 2.*(ix+.5)/sqres - 1.; |
| 126 | iovec[1] = .0; | |
| 127 | iovec[2] = input_orient * sqrt(1. - iovec[0]*iovec[0]); | |
| 128 | if (funame == NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |