| # | Line 156 | Line 156 | extern void SDclipName(char res[SDnameLn], const char | |
|---|---|---|
| 156 | /* Allocate new spectral distribution function */ | |
| 157 | extern SDSpectralDF *SDnewSpectralDF(int nc); | |
| 158 | ||
| 159 | + | /* Add component(s) to spectral distribution function */ |
| 160 | + | extern SDSpectralDF *SDaddComponent(SDSpectralDF *odf, int nadd); |
| 161 | + | |
| 162 | /* Free a spectral distribution function */ | |
| 163 | extern void SDfreeSpectralDF(SDSpectralDF *df); | |
| 164 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |