ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/wrapBSDF.c
(Generate patch)

Comparing ray/src/util/wrapBSDF.c (file contents):
Revision 2.12 by greg, Wed Mar 4 17:42:54 2015 UTC vs.
Revision 2.13 by greg, Wed Mar 25 22:50:48 2015 UTC

# Line 454 | Line 454 | writeBSDFblock(const char *caller, struct s_dfile *df)
454                  puts("\t\t<DetectorSpectrum>ASTM E308 1931 Z.dsp</DetectorSpectrum>");
455                  break;
456          case DSuprime:
457 <                puts("\t\t<Wavelength unit=\"Integral\">CIE-Z</Wavelength>");
457 >                puts("\t\t<Wavelength unit=\"Integral\">CIE-u</Wavelength>");
458                  puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
459                  puts("\t\t<DetectorSpectrum>ASTM E308 1931 u.dsp</DetectorSpectrum>");
460                  break;
461          case DSvprime:
462 <                puts("\t\t<Wavelength unit=\"Integral\">CIE-Z</Wavelength>");
462 >                puts("\t\t<Wavelength unit=\"Integral\">CIE-v</Wavelength>");
463                  puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
464                  puts("\t\t<DetectorSpectrum>ASTM E308 1931 v.dsp</DetectorSpectrum>");
465                  break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines