Skip to content

Commit

Permalink
move FCGen struct to the right .hh file
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchute committed Nov 12, 2019
1 parent beea145 commit cf04ef4
Show file tree
Hide file tree
Showing 4 changed files with 1,454 additions and 1,456 deletions.
2 changes: 0 additions & 2 deletions src/EnergyPlus/DataGenerators.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ namespace DataGenerators {
int NumGensWDynamics(0); // number of dynamics controls for generators

// Object Data
Array1D<FCDataStruct> FuelCell; // dimension to number of machines
Array1D<GasPropertyDataStruct> GasPhaseThermoChemistryData;
Array1D<GeneratorFuelSupplyDataStruct> FuelSupply; // fuel supply (reused across various)
Array1D<MicroCHPDataStruct> MicroCHP;
Expand All @@ -169,7 +168,6 @@ namespace DataGenerators {
NumMicroCHPs = 0;
NumMicroCHPParams = 0;
NumGensWDynamics = 0;
FuelCell.deallocate();
GasPhaseThermoChemistryData.deallocate();
FuelSupply.deallocate();
MicroCHP.deallocate();
Expand Down
Loading

5 comments on commit cf04ef4

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

fuelCellGenPlantCompRefactor (mitchute) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 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.

fuelCellGenPlantCompRefactor (mitchute) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (11 of 11 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.

fuelCellGenPlantCompRefactor (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2619 of 2619 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.

fuelCellGenPlantCompRefactor (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1239 of 1239 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.

fuelCellGenPlantCompRefactor (mitchute) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (674 of 674 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.