--- ray/src/util/wrapBSDF.c 2015/03/25 22:50:48 2.13 +++ ray/src/util/wrapBSDF.c 2015/04/02 16:40:32 2.14 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: wrapBSDF.c,v 2.13 2015/03/25 22:50:48 greg Exp $"; +static const char RCSid[] = "$Id: wrapBSDF.c,v 2.14 2015/04/02 16:40:32 greg Exp $"; #endif /* * Wrap BSDF data in valid WINDOW XML file @@ -445,32 +445,30 @@ writeBSDFblock(const char *caller, struct s_dfile *df) break; case DSxbar31: puts("\t\tCIE-X"); - puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); + puts("\t\tCIE Illuminant D65 1nm.ssp"); puts("\t\tASTM E308 1931 X.dsp"); break; case DSzbar31: puts("\t\tCIE-Z"); - puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); + puts("\t\tCIE Illuminant D65 1nm.ssp"); puts("\t\tASTM E308 1931 Z.dsp"); break; case DSuprime: puts("\t\tCIE-u"); - puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); - puts("\t\tASTM E308 1931 u.dsp"); + puts("\t\tCIE Illuminant D65 1nm.ssp"); break; case DSvprime: puts("\t\tCIE-v"); - puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); - puts("\t\tASTM E308 1931 v.dsp"); + puts("\t\tCIE Illuminant D65 1nm.ssp"); break; case DSsolar: puts("\t\tSolar"); - puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); + puts("\t\tCIE Illuminant D65 1nm.ssp"); puts("\t\tNone"); break; case DSnir: puts("\t\tNIR"); - puts("\t\tSourceSpectrum>PLACE_HOLDER"); + puts("\t\tPLACE_HOLDER"); puts("\t\tPLACE_HOLDER"); break; default: @@ -481,7 +479,7 @@ writeBSDFblock(const char *caller, struct s_dfile *df) spectr_file[df->spectrum]); if (cp != NULL) *cp = '.'; - puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); + puts("\t\tCIE Illuminant D65 1nm.ssp"); printf("\t\t%s\n", spectr_file[df->spectrum]); break;