Skip to content

Commit

Permalink
Get rid of some tab characters that were in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGlazer committed Feb 19, 2020
1 parent 681a4dc commit cc101c2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/EnergyPlus/OutputReportTabular.cc
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,9 @@ namespace OutputReportTabular {
ffSchedIndex = Array1D_int(numResourceTypes, 0);
meterNumEndUseBEPS = Array2D_int(numResourceTypes, NumEndUses, 0);
meterNumEndUseSubBEPS.deallocate();
// resourceTypeNames.deallocate();
// sourceTypeNames.deallocate();
// endUseNames.deallocate();
// resourceTypeNames.deallocate();
// sourceTypeNames.deallocate();
// endUseNames.deallocate();
gatherTotalsBEPS = Array1D<Real64>(numResourceTypes, 0.0);
gatherTotalsBySourceBEPS = Array1D<Real64>(numResourceTypes, 0.0);
gatherTotalsSource = Array1D<Real64>(numSourceTypes, 0.0);
Expand Down Expand Up @@ -14131,17 +14131,17 @@ namespace OutputReportTabular {
rowHead(3) = "Airflow per Total Capacity [m3/s-W]";
rowHead(4) = "Floor Area per Total Capacity [m2/W]";
rowHead(5) = "Total Capacity per Floor Area [W/m2]";
// rowHead( 6 ) = "Chiller Pump Power per Flow [W-s/m3]"; // facility only
// rowHead( 7 ) = "Condenser Pump Power per Flor [W-s/m3]"; // facility only
// rowHead( 6 ) = "Chiller Pump Power per Flow [W-s/m3]"; // facility only
// rowHead( 7 ) = "Condenser Pump Power per Flor [W-s/m3]"; // facility only
rowHead(6) = "Number of People";
} else {
rowHead(1) = "Outside Air (%)";
rowHead(2) = "Airflow per Floor Area [ft3/min-ft2]";
rowHead(3) = "Airflow per Total Capacity [ft3-h/min-Btu]";
rowHead(4) = "Floor Area per Total Capacity [ft2-h/Btu]";
rowHead(5) = "Total Capacity per Floor Area [Btu/h-ft2]";
// rowHead( 6 ) = "Chiller Pump Power per Flow [W-min/gal]";
// rowHead( 7 ) = "Condenser Pump Power per Flow [W-min/gal]";
// rowHead( 6 ) = "Chiller Pump Power per Flow [W-min/gal]";
// rowHead( 7 ) = "Condenser Pump Power per Flow [W-min/gal]";
rowHead(6) = "Number of People";
}

Expand All @@ -14150,11 +14150,11 @@ namespace OutputReportTabular {
tableBody(1, 3) = RealToStr(curCompLoad.airflowPerTotCap, 4); // airflow per total capacity
tableBody(1, 4) = RealToStr(curCompLoad.areaPerTotCap, 4); // area per total capacity
tableBody(1, 5) = RealToStr(curCompLoad.totCapPerArea, 4); // total capacity per area
// if ( kind == facilityOutput ) {
// tableBody( 1, 6 ) = RealToStr( curCompLoad.chlPumpPerFlow, 4 ); // chiller pump power per
// flow tableBody( 1, 7 ) = RealToStr( curCompLoad.cndPumpPerFlow, 4 ); // condenser pump
// if ( kind == facilityOutput ) {
// tableBody( 1, 6 ) = RealToStr( curCompLoad.chlPumpPerFlow, 4 ); // chiller pump power per
// flow tableBody( 1, 7 ) = RealToStr( curCompLoad.cndPumpPerFlow, 4 ); // condenser pump
// power per flow
// }
// }
tableBody(1, 6) = RealToStr(curCompLoad.numPeople, 1); // number of people

WriteSubtitle(engineeringCheckName);
Expand Down

6 comments on commit cc101c2

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

7556c-ThirdTry-other-end-use (JasonGlazer) - x86_64-MacOS-10.13-clang: OK (2653 of 2656 tests passed, 678 test warnings)

Messages:\n

  • 679 tests had: AUD diffs.
  • 681 tests had: EIO diffs.
  • 665 tests had: MDD diffs.
  • 679 tests had: MTD diffs.
  • 1 test had: ESO small diffs.
  • 14 tests had: Table small diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 678
  • Failed: 3

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.

7556c-ThirdTry-other-end-use (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-gcc-7.4: OK (2693 of 2696 tests passed, 682 test warnings)

Messages:\n

  • 683 tests had: AUD diffs.
  • 685 tests had: EIO diffs.
  • 669 tests had: MDD diffs.
  • 683 tests had: MTD diffs.
  • 1 test had: ESO small diffs.
  • 14 tests had: Table small diffs.
  • 1 test had: Table big diffs.
  • 2 tests had: JSON big diffs.

Failures:\n

regression Test Summary

  • Passed: 698
  • Failed: 3

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.

7556c-ThirdTry-other-end-use (JasonGlazer) - 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.

7556c-ThirdTry-other-end-use (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-custom_check: Build Failed

Failures:\n

Test Summary

  • Passed: 10
  • : 1

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.

7556c-ThirdTry-other-end-use (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-UnitTestsCoverage-Debug: OK (1292 of 1292 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.

7556c-ThirdTry-other-end-use (JasonGlazer) - x86_64-Linux-Ubuntu-18.04-gcc-7.4-IntegrationCoverage-Debug: OK (685 of 686 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 685
  • Timeout: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.