Skip to content

Commit

Permalink
Naive fix for #10524
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jun 11, 2024
1 parent ec9242a commit d93c94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EnergyPlus/SetPointManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3872,6 +3872,8 @@ void SPMReturnWaterTemp::calculate(EnergyPlusData &state)
}
}
}
} else {
fluidIndex = state.dataPlnt->PlantLoop(this->plantLoopNum).FluidIndex;
}

// we don't need fluid names since we have a real index, so just pass in the temperature and get properties
Expand Down

0 comments on commit d93c94f

Please sign in to comment.