Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos-RTEi committed Mar 1, 2023
1 parent 6a0d673 commit 4111cae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,12 @@ void HourlyCSRProblem::calculateCsrParameters()

double ensInit
= problemeHebdo_->ResultatsHoraires[Area]->ValeursHorairesDeDefaillancePositive[hour];
logs.info() << "Area: " << Area << ". ensInit: " << ensInit;
double spillageInit
= problemeHebdo_->ResultatsHoraires[Area]->ValeursHorairesDeDefaillanceNegative[hour];

rhsAreaBalanceValues[Area] = ensInit + netPositionInit - spillageInit;
logs.info() << "Area: " << Area << ". rhsAreaBalanceValues[Area]: " << rhsAreaBalanceValues[Area];
}
}
}
Expand Down

0 comments on commit 4111cae

Please sign in to comment.