Skip to content

Commit

Permalink
Merge branch 'develop' into Global-Psychrometrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jmythms committed Mar 19, 2021
2 parents 1a0562d + c91a7d4 commit 3e6223c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/EnergyPlus/PollutionModule.hh
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@ struct PollutionModuleData : BaseGlobalStruct {

void clear_state() override
{
this->PollutionReportSetup = false;
this->GetInputFlagPollution = true;
this->NumEnvImpactFactors = 0;
this->NumFuelFactors = 0;
this->Pollution = {
PollutionModule::ComponentProps(PollutionModule::ElecPollFactor, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0),
PollutionModule::ComponentProps(PollutionModule::ElecPollFactor, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0),
Expand Down

1 comment on commit 3e6223c

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

Global-Psychrometrics (jmythms) - x86_64-MacOS-10.15-clang-11.0.0: OK (3065 of 3065 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.