| # | Line 610 | Line 610 | load_bsdf_rep(FILE *ifp) | |
|---|---|---|
| 610 | clear_bsdf_rep(); | |
| 611 | if (ifp == NULL) | |
| 612 | return(0); | |
| 613 | < | if (getheader(ifp, headline, NULL) < 0 || single_plane_incident < 0 | |
| 613 | > | if (getheader(ifp, headline, NULL) < 0 || (single_plane_incident < 0) | |
| 614 | !input_orient | !output_orient) { | |
| 615 | fprintf(stderr, "%s: missing/bad format for BSDF interpolant\n", | |
| 616 | progname); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |