fixed last missing bugs

This commit is contained in:
2026-04-24 11:21:39 +02:00
parent 0d7bc18293
commit 6efd026394
2 changed files with 9 additions and 6 deletions

View File

@@ -67,6 +67,8 @@ namespace BattSim.Services
return baseCost + energyCost - returnCost + greenCertificateCost + heatingCertificateCost + dataManagmentCost +
capacityCost + usageTariffCost + energyContributionCost + specialTariffsCost + flemishEnergyTarif;
}
private double CalculateYearCapacity(EnergyData[] energyData)
{
double peakSum = 0;