Skip to content

Commit eef3a6e

Browse files
authored
Merge pull request #540 from swahtz/fix/cie_1931_2deg_ybar_547nm
Fix a typo at ȳ(547 nm) in CIE 1931 2° observer table
2 parents 8c19f30 + 247b2f3 commit eef3a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pbrt/util/spectrum.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ const Float CIE_Y[nCIESamples] = {
403403
0.8620000, 0.8738108, 0.8849624, 0.8954936, 0.9054432,
404404
0.9148501, 0.9237348, 0.9320924, 0.9399226, 0.9472252,
405405
0.9540000, 0.9602561, 0.9660074, 0.9712606, 0.9760225,
406-
0.9803000, 0.9840924, 0.9874812, 0.9903128, 0.9928116,
406+
0.9803000, 0.9840924, 0.9874182, 0.9903128, 0.9928116,
407407
0.9949501, 0.9967108, 0.9980983, 0.9991120, 0.9997482,
408408
1.0000000, 0.9998567, 0.9993046, 0.9983255, 0.9968987,
409409
0.9950000, 0.9926005, 0.9897426, 0.9864444, 0.9827241,

0 commit comments

Comments
 (0)