We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4388e7d commit c553c89Copy full SHA for c553c89
1 file changed
tst/EnergyPlus/unit/UnitarySystem.unit.cc
@@ -19230,7 +19230,10 @@ Dimensionless; !- Output Unit Type
19230
// Now call the OA system to make sure the above data is not corrupted
19231
// The test here is if the index has changed
19232
int OASysNum = 1;
19233
- state->dataOutRptPredefined->subTable.allocate(5); //<-- have to set up a few of these table foot notes
+
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
19237
state->dataOutRptPredefined->pdstDXCoolCoil = 1;
19238
state->dataOutRptPredefined->pdstDXCoolCoil_2023 = 2;
19239
state->dataOutRptPredefined->pdstCoolCoil = 3;
0 commit comments