| # | Line 77 | Line 77 | init_pabopto_inp(const int i, const char *fname) | |
|---|---|---|
| 77 | inpfile[i].isDSF = 1; | |
| 78 | continue; | |
| 79 | } | |
| 80 | < | if (!strcasecmp(typ, "BSDF")) { |
| 80 | > | if (!strcasecmp(typ, "BSDF") || |
| 81 | > | !strcasecmp(typ, "BRDF") || |
| 82 | > | !strcasecmp(typ, "BTDF")) { |
| 83 | inpfile[i].isDSF = 0; | |
| 84 | continue; | |
| 85 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |