Skip to content

Commit

Permalink
remove cache_* array clear()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmythms committed Jul 5, 2021
1 parent 34cebe4 commit 777c79d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/EnergyPlus/PsychCacheData.hh
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,6 @@ struct PsychrometricCacheData : BaseGlobalStruct

void clear_state() override
{
#ifdef EP_cache_PsyTwbFnTdbWPb
cached_Twb.fill(cached_twb_t());
#endif
#ifdef EP_cache_PsyPsatFnTemp
cached_Psat.fill(cached_psat_t());
#endif
#ifdef EP_cache_PsyTsatFnPb
cached_Tsat.fill(cached_tsat_h_pb());
#endif
#ifdef EP_cache_PsyTsatFnHPb
cached_Tsat_HPb.fill(cached_tsat_h_pb());
#endif
#ifdef EP_psych_stats
NumTimesCalled.fill(0);
NumIterations.fill(0);
Expand Down

5 comments on commit 777c79d

@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.

enumsPsychrometrics (jmythms) - x86_64-MacOS-10.15-clang-11.0.0: OK (3099 of 3099 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.

enumsPsychrometrics (jmythms) - Win64-Windows-10-VisualStudio-16: OK (2349 of 2349 tests passed, 0 test warnings)

Build Badge Test 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.

enumsPsychrometrics (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3140 of 3140 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.

enumsPsychrometrics (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1654 of 1654 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.

enumsPsychrometrics (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (723 of 726 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 723
  • Timeout: 3

Build Badge Test Badge Coverage Badge

Please sign in to comment.