| # | Line 304 | Line 304 | FVECT p | |
|---|---|---|
| 304 | ip[0] += DOT(disp,v->hvec)/((1. + d)*sqrt(v->hn2)); | |
| 305 | ip[1] += DOT(disp,v->vvec)/((1. + d)*sqrt(v->vn2)); | |
| 306 | goto gotall; | |
| 307 | + | default: |
| 308 | + | return(0); |
| 309 | } | |
| 310 | ip[0] = DOT(disp,v->hvec)/v->hn2 + 0.5 - v->hoff; | |
| 311 | ip[1] = DOT(disp,v->vvec)/v->vn2 + 0.5 - v->voff; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |