Skip to content

Commit

Permalink
Fix WindowEQL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amirroth committed Sep 7, 2024
1 parent 173ea4e commit c6eb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/Material.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ void GetMaterialData(EnergyPlusData &state, bool &ErrorsFound) // set to true if
mat->TAR.Sol.Ft.Bm[0].DfTra = s_ipsc->rNumericArgs(2);
mat->TAR.Sol.Bk.Bm[0].DfTra = s_ipsc->rNumericArgs(3);
mat->TAR.Sol.Ft.Bm[0].DfRef = s_ipsc->rNumericArgs(4);
mat->TAR.Sol.Ft.Bm[0].DfRef = s_ipsc->rNumericArgs(5);
mat->TAR.Sol.Bk.Bm[0].DfRef = s_ipsc->rNumericArgs(5);
mat->TAR.Vis.Ft.Bm[0].BmTra = s_ipsc->rNumericArgs(6);
mat->TAR.Vis.Ft.Bm[0].DfTra = s_ipsc->rNumericArgs(7);
mat->TAR.Vis.Ft.Bm[0].DfRef = s_ipsc->rNumericArgs(8);
Expand Down

4 comments on commit c6eb85b

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (2893 of 2893 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - Win64-Windows-10-VisualStudio-16: OK (2871 of 2871 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-RelWithDebInfo: OK (799 of 799 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blind (amirroth) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-RelWithDebInfo: OK (2077 of 2077 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.