Skip to content

Commit

Permalink
Unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 23, 2021
1 parent cc89785 commit f0f1bb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/EnergyPlus/WindowComplexManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,6 @@ namespace WindowComplexManager {
auto &sumsol = state.dataWindowComplexManager->sumsol;
auto &theta = state.dataWindowComplexManager->theta;
auto &q = state.dataWindowComplexManager->q;
auto &qprim = state.dataWindowComplexManager->qprim;
auto &qv = state.dataWindowComplexManager->qv;
auto &hcgap = state.dataWindowComplexManager->hcgap;
auto &hrgap = state.dataWindowComplexManager->hrgap;
Expand All @@ -2509,16 +2508,13 @@ namespace WindowComplexManager {
auto &Nu = state.dataWindowComplexManager->Nu;
auto &Keff = state.dataWindowComplexManager->Keff;
auto &ShadeGapKeffConv = state.dataWindowComplexManager->ShadeGapKeffConv;
auto &deltaTemp = state.dataWindowComplexManager->deltaTemp;
auto &iMinDT = state.dataWindowComplexManager->iMinDT;
auto &IDConst = state.dataWindowComplexManager->IDConst;

Real64 totsol(0.0); // Total solar transmittance of the IGU
Real64 tilt(0.0); // Window tilt [degrees]
Real64 height(0.0); // IGU cavity height [m]
Real64 heightt(0.0); // Total window height [m]
Real64 width(0.0); // Window width [m]

// Deflection
// Tarcog requires deflection as input parameters. Deflection is NOT used in EnergyPlus simulations
int CalcDeflection; // Deflection calculation flag:
Expand Down

1 comment on commit f0f1bb6

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

groundEnergyPlusErrorsFound (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: Tests Failed (0 of 0 tests passed, 0 test warnings)

Build Badge Test Badge

Please sign in to comment.