| # | Line 154 | Line 154 | extern SDSpectralDF *SDnewSpectralDF(int nc); | |
|---|---|---|
| 154 | /* Free a spectral distribution function */ | |
| 155 | extern void SDfreeSpectralDF(SDSpectralDF *df); | |
| 156 | ||
| 157 | < | /* Initialize an unused BSDF struct (clears to zeroes) */ |
| 158 | < | extern void SDclearBSDF(SDData *sd); |
| 157 | > | /* Initialize an unused BSDF struct and assign name (calls SDclipName) */ |
| 158 | > | extern void SDclearBSDF(SDData *sd, const char *fname); |
| 159 | ||
| 160 | /* Load a BSDF struct from the given file (keeps name unchanged) */ | |
| 161 | extern SDError SDloadFile(SDData *sd, const char *fname); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |