Skip to content

Commit

Permalink
fix frctg
Browse files Browse the repository at this point in the history
  • Loading branch information
jmythms committed Mar 25, 2021
1 parent 30e4fda commit d2173cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/ThermalISO15099Calc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,7 @@ namespace EnergyPlus::ThermalISO15099Calc {
if (delt == 0.0) delt = 1.0e-6;
for (l = 1; l <= nmix(i + 1); ++l) {
state.dataThermalISO15099Calc->ipropg(l) = iprop(l, i + 1);
state.dataThermalISO15099Calc->ipropg(l) = frct(l, i + 1);
state.dataThermalISO15099Calc->frctg(l) = frct(l, i + 1);
}

if (presure(i + 1) > VacuumPressure) {
Expand Down

1 comment on commit d2173cf

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

groundPsychrometrics (jmythms) - x86_64-MacOS-10.15-clang-11.0.0: OK (3053 of 3071 tests passed, 0 test warnings)

Messages:\n

  • 9 tests had: Table big diffs.

Failures:\n

API Test Summary

  • Passed: 10
  • SEGFAULT: 1

EnergyPlusFixture Test Summary

  • Passed: 1129
  • SEGFAULT: 4

regression Test Summary

  • Passed: 713
  • Failed: 9

SQLiteFixture Test Summary

  • Passed: 81
  • SEGFAULT: 4

Build Badge Test Badge

Please sign in to comment.