Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Jan 12, 2024
1 parent b191059 commit 985261d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/HPWHHeatingLogics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ double HPWH::TempBasedHeatingLogic::getComparisonValue()
}
}

double HPWH::TempBasedHeatingLogic::getTankValue() { return hpwh->getAverageTankTemp_C(nodeWeights); }
double HPWH::TempBasedHeatingLogic::getTankValue()
{
return hpwh->getAverageTankTemp_C(nodeWeights);
}

int HPWH::TempBasedHeatingLogic::setDecisionPoint(double value)
{
Expand Down

0 comments on commit 985261d

Please sign in to comment.