Skip to content

Commit b4cf005

Browse files
committed
Minor cleanup
1 parent f73f247 commit b4cf005

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/CNLOADS.CPP

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,14 +1811,6 @@ RC RSYS::rs_CkF()
18111811
if (!IsSet(RSYS_CAP47) && !IsSet(RSYS_CAP95))
18121812
rc |= oer("at least one of rsCap47 and rsCapC must be specified %s", when);
18131813

1814-
#if 0
1815-
// save input value of rs_capAuxH
1816-
// estimated rs_capAuxH used during autosize
1817-
rs_capAuxHInp = rs_capAuxH;
1818-
if (IsAusz(RSYS_CAPAUXH))
1819-
rs_capAuxH = 0.f; // overwrite NANDLE
1820-
#endif
1821-
18221814
if (!IsAusz(RSYS_CAP47))
18231815
// rs_cap47 not AUTOSIZEd (altho may be expression), use it as rs_capNomH default
18241816
// see DefaultCapNomsIf()
@@ -5249,7 +5241,7 @@ double RSYS::rs_FxCapForSpeedF( // call-back fcn for secant method
52495241
#if defined( _DEBUG)
52505242
double speedFWas = speedF;
52515243
#endif
5252-
speedF = bracket(double( rs_speedFMin), speedF, 1.);
5244+
speedF = bracket(double(rs_speedFMin), speedF, 1.);
52535245
#if defined( _DEBUG)
52545246
if (speedF != speedFWas)
52555247
printf("\nrs_FxCapForSpeedF limit!");

src/CNRECS.DEF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3597,7 +3597,7 @@ RECORD RSYSRES_IVL_SUB "RSYS interval results sub" *SUBSTRUCT // RSYSresult subs
35973597
ENERGY qhNet // heating mode net output (qhPrimary+qhDefrost+qhAux+qhFan), Btu
35983598

35993599
ENERGY qcSen // sensible cooling output w/o fan (< 0), Btu
3600-
ENERGY qcLat // latent cooing output (<0), Btu
3600+
ENERGY qcLat // latent cooling output (<0), Btu
36013601
ENERGY qcFan // cooling mode fan heat, Btu
36023602
ENERGY qcSenNet // sensible cooling net output (qcSen+qcFan), Btu
36033603

0 commit comments

Comments
 (0)