| # | Line 491 | Line 491 | check_normal_incidence(void) | |
|---|---|---|
| 491 | default: | |
| 492 | return; /* else we can interpolate */ | |
| 493 | } | |
| 494 | < | for (rbf = near_rbf->next; rbf != NULL; rbf = rbf->next) { |
| 494 | > | for (rbf = dsf_list; rbf != NULL; rbf = rbf->next) { |
| 495 | const double d = input_orient*rbf->invec[2]; | |
| 496 | if (d >= 1.-2.*FTINY) | |
| 497 | return; /* seems we have normal */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |