Skip to content

Commit c553c89

Browse files
author
Amir Roth
committed
Fix unit test
1 parent 4388e7d commit c553c89

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tst/EnergyPlus/unit/UnitarySystem.unit.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19230,7 +19230,10 @@ Dimensionless; !- Output Unit Type
1923019230
// Now call the OA system to make sure the above data is not corrupted
1923119231
// The test here is if the index has changed
1923219232
int OASysNum = 1;
19233-
state->dataOutRptPredefined->subTable.allocate(5); //<-- have to set up a few of these table foot notes
19233+
19234+
// This now takes place in init_constant_state
19235+
// state->dataOutRptPredefined->subTable.allocate(5); //<-- have to set up a few of these table foot notes
19236+
1923419237
state->dataOutRptPredefined->pdstDXCoolCoil = 1;
1923519238
state->dataOutRptPredefined->pdstDXCoolCoil_2023 = 2;
1923619239
state->dataOutRptPredefined->pdstCoolCoil = 3;

0 commit comments

Comments
 (0)