| # | Line 180 | Line 180 | xml_prologue(int ac, char *av[]) | |
|---|---|---|
| 180 | puts("\t\t<DetectorSpectrum>ASTM E308 1931 Y.dsp</DetectorSpectrum>"); | |
| 181 | puts("\t\t<WavelengthDataBlock>"); | |
| 182 | printf("\t\t\t<WavelengthDataDirection>%s</WavelengthDataDirection>\n", | |
| 183 | < | bsdf_type[(input_orient>0)<<1 | (output_orient>0)]); |
| 183 | > | bsdf_type[(input_orient>0)<<1 | (output_orient>0)]); |
| 184 | puts("\t\t\t<AngleBasis>LBNL/Shirley-Chiu</AngleBasis>"); | |
| 185 | puts("\t\t\t<ScatteringDataType>BTDF</ScatteringDataType>"); | |
| 186 | puts("\t\t\t<ScatteringData>"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |