Skip to content

Commit

Permalink
clear_state() TARCOGShading fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmythms committed Mar 25, 2021
1 parent 3d39713 commit 0914c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/EnergyPlus/TarcogShading.hh
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ struct TarcogShadingData : BaseGlobalStruct {

void clear_state() override
{
frct1.clear();
frct2.clear();
iprop1.clear();
iprop2.clear();
frct1 = Array1D<Real64>(TARCOGGassesParams::maxgas);
frct2 = Array1D<Real64>(TARCOGGassesParams::maxgas);
iprop1 = Array1D_int(TARCOGGassesParams::maxgas);
iprop2 = Array1D_int(TARCOGGassesParams::maxgas);
}
};

Expand Down

5 comments on commit 0914c4b

@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 (3071 of 3071 tests passed, 3 test warnings)

Messages:\n

  • 2 tests had: EIO diffs.
  • 3 tests had: ESO small diffs.
  • 2 tests had: Table small diffs.

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.

groundPsychrometrics (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (0 of 0 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.

groundPsychrometrics (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)

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

groundPsychrometrics (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Tests Failed (0 of 0 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.

groundPsychrometrics (jmythms) - Win64-Windows-10-VisualStudio-16: Tests Failed (0 of 0 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.