Skip to content

Commit 0b330f1

Browse files
author
devsh
committed
update the CFrontend::CThinDielectricScatterCorrection test
1 parent 194b10a commit 0b330f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

13_MaterialCompilerTest/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ class MaterialCompilerTest final : public application_templates::MonoDeviceAppli
420420
const auto thinInfiniteScatterH = forest->_new<CFrontendIR::CThinInfiniteScatterCorrection>();
421421
{
422422
auto* thinInfiniteScatter = forest->deref(thinInfiniteScatterH);
423-
thinInfiniteScatter->reflectance = fresnelH;
424-
thinInfiniteScatter->transmittance = fresnelH;
423+
thinInfiniteScatter->reflectanceTop = fresnelH;
424+
thinInfiniteScatter->reflectanceBottom = fresnelH;
425425
// without extinction
426426
}
427427
mul->lhs = forest->_new<CFrontendIR::CDeltaTransmission>();

0 commit comments

Comments
 (0)