Skip to content

Commit

Permalink
Removed error in the outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvmara committed Feb 4, 2025
1 parent d3a277c commit 8b9df3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

Expand Down

0 comments on commit 8b9df3e

Please sign in to comment.