--- ray/src/util/wrapBSDF.c 2015/03/04 17:42:54 2.12 +++ ray/src/util/wrapBSDF.c 2015/03/25 22:50:48 2.13 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: wrapBSDF.c,v 2.12 2015/03/04 17:42:54 greg Exp $"; +static const char RCSid[] = "$Id: wrapBSDF.c,v 2.13 2015/03/25 22:50:48 greg Exp $"; #endif /* * Wrap BSDF data in valid WINDOW XML file @@ -454,12 +454,12 @@ writeBSDFblock(const char *caller, struct s_dfile *df) puts("\t\tASTM E308 1931 Z.dsp"); break; case DSuprime: - puts("\t\tCIE-Z"); + puts("\t\tCIE-u"); puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); puts("\t\tASTM E308 1931 u.dsp"); break; case DSvprime: - puts("\t\tCIE-Z"); + puts("\t\tCIE-v"); puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp"); puts("\t\tASTM E308 1931 v.dsp"); break;