| # | Line 70 | Line 70 | init_pabopto_inp(const int i, const char *fname) | |
|---|---|---|
| 70 | fclose(fp); | |
| 71 | return(0); | |
| 72 | } | |
| 73 | + | if (sscanf(buf, "sample_name \"%[^\"]\"", bsdf_name) == 1) |
| 74 | + | continue; |
| 75 | if (sscanf(buf, "format: theta phi %s", typ) == 1) { | |
| 76 | if (!strcasecmp(typ, "DSF")) { | |
| 77 | inpfile[i].isDSF = 1; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |