Skip to content

Commit

Permalink
ELIA's bug on renewables : simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guilpier-code committed Sep 18, 2023
1 parent e9f9bbb commit a5f9350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/libs/antares/study/parts/renewable/cluster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,22 +133,22 @@ void Data::RenewableCluster::setGroup(Data::ClusterName newgrp)
groupID = windOffShore;
return;
}
if (newgrp == "other renewable 1")
if (newgrp == "other res 1")
{
groupID = renewableOther1;
return;
}
if (newgrp == "other renewable 2")
if (newgrp == "other res 2")
{
groupID = renewableOther2;
return;
}
if (newgrp == "other renewable 3")
if (newgrp == "other res 3")
{
groupID = renewableOther3;
return;
}
if (newgrp == "other renewable 4")
if (newgrp == "other res 4")
{
groupID = renewableOther4;
return;
Expand Down

0 comments on commit a5f9350

Please sign in to comment.