Skip to content

Commit

Permalink
convert ZoneEquipmentManager globals
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Jun 16, 2020
1 parent de05d11 commit 5cd6999
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 239 deletions.
2 changes: 1 addition & 1 deletion src/EnergyPlus/StateManagement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ void EnergyPlus::clearAllStates(OutputFiles &outputFiles)
AirflowNetwork::clear_state();
dataAirflowNetworkBalanceManager.clear_state();
dataZonePlenum.clear_state();
dataZoneEquipmentManager.clear_state();
DataAirLoop::clear_state();
DataBranchAirLoopPlant::clear_state();
DataAirSystems::clear_state();
Expand Down Expand Up @@ -419,7 +420,6 @@ void EnergyPlus::clearAllStates(OutputFiles &outputFiles)
ZoneAirLoopEquipmentManager::clear_state();
ZoneContaminantPredictorCorrector::clear_state();
ZoneDehumidifier::clear_state();
ZoneEquipmentManager::clear_state();
ZoneTempPredictorCorrector::clear_state();
ResultsFramework::clear_state();
}
Loading

7 comments on commit 5cd6999

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

global_zone_equipment_manager (brianlball) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

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

global_zone_equipment_manager (brianlball) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (13 of 13 tests passed, 0 test warnings)

Build Badge

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

global_zone_equipment_manager (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2885 of 2885 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.

global_zone_equipment_manager (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1433 of 1433 tests passed, 0 test warnings)

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

global_zone_equipment_manager (brianlball) - Win64-Windows-10-VisualStudio-16: OK (2116 of 2116 tests passed, 0 test warnings)

Build Badge Test Badge

@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_zone_equipment_manager (brianlball) - x86_64-MacOS-10.13-clang: OK (2845 of 2845 tests passed, 0 test warnings)

Build Badge Test Badge

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

global_zone_equipment_manager (brianlball) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (710 of 710 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please # to comment.