| # | Line 63 | Line 63 | geomBSDF(const SDData *bsp) | |
|---|---|---|
| 63 | close(fd); | |
| 64 | /* set up command */ | |
| 65 | if (do_instance) { | |
| 66 | < | sprintf(command, "mgf2rad %s | oconv -f - > %s.oct", |
| 66 | > | sprintf(command, "mgf2rad -s %s | oconv -f - > %s.oct", |
| 67 | tmpfile, bsp->name); | |
| 68 | } else { | |
| 69 | fflush(stdout); | |
| 70 | < | sprintf(command, "mgf2rad %s", tmpfile); |
| 70 | > | sprintf(command, "mgf2rad -s %s", tmpfile); |
| 71 | } | |
| 72 | if (system(command)) { | |
| 73 | fprintf(stderr, "Error running: %s\n", command); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |