Skip to content

Commit

Permalink
fix timeseries->
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Mar 18, 2024
1 parent 2f820ab commit 4c6e28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/antares/study/scenario-builder/TSnumberData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ bool thermalTSNumberData::apply(Study& study)
const auto& col = pTSNumberRules[clusterIndex];

uint tsGenCount = cluster.tsGenBehavior == LocalTSGenerationBehavior::forceNoGen ?
cluster.series.timeSeries.width : get_tsGenCount(study);
cluster.series->timeSeries.width : get_tsGenCount(study);

logprefix.clear() << "Thermal: area '" << area.name << "', cluster: '" << cluster.name()
<< "': ";
Expand Down

0 comments on commit 4c6e28f

Please sign in to comment.