From 8b9df3e7b17c4805c73ef306fdaf1b163a818a33 Mon Sep 17 00:00:00 2001 From: sylvmara Date: Tue, 4 Feb 2025 11:53:47 +0100 Subject: [PATCH] Removed error in the outputs --- .../solver/variable/economy/rampingCostByDispatchablePlant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solver/variable/include/antares/solver/variable/economy/rampingCostByDispatchablePlant.h b/src/solver/variable/include/antares/solver/variable/economy/rampingCostByDispatchablePlant.h index db03ffc29f..16ff14422a 100644 --- a/src/solver/variable/include/antares/solver/variable/economy/rampingCostByDispatchablePlant.h +++ b/src/solver/variable/include/antares/solver/variable/economy/rampingCostByDispatchablePlant.h @@ -233,7 +233,7 @@ class RampingCostByDispatchablePlant i <= state.study.runtime.rangeLimits.hour[Data::rangeEnd]; ++i) { - pValuesForTheCurrentYear[numSpace][state.thermalCluster->areaWideIndex].hour[i] + pValuesForTheCurrentYear[numSpace][state.thermalCluster->enabledIndex].hour[i] = state.thermalClusterRampingCostForYear[i]; }