| # | Line 617 | Line 617 | eval_anisotropic(char *funame) | |
|---|---|---|
| 617 | if (val_last != NULL) | |
| 618 | val_last[oy] = bsdf; | |
| 619 | } | |
| 620 | + | } |
| 621 | if (rbf != NULL) | |
| 622 | free(rbf); | |
| 623 | prog_show((ix*sqres+iy+1.)/(sqres*sqres)); | |
| 624 | } | |
| 624 | – | } |
| 625 | prog_done(); | |
| 626 | if (val_last != NULL) { | |
| 627 | free(val_last); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |