Skip to content

Commit

Permalink
update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Sep 7, 2023
1 parent 1e65059 commit 692a8a8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ void OPT_ConstruireLaMatriceDesContraintesDuProblemeLineaire(PROBLEME_HEBDO* pro
{
int var;

const bool exportStructure = problemeHebdo->ExportStructure;
const bool firstWeekOfSimulation = problemeHebdo->firstWeekOfSimulation;

PROBLEME_ANTARES_A_RESOUDRE* ProblemeAResoudre = problemeHebdo->ProblemeAResoudre.get();

Expand Down Expand Up @@ -214,7 +212,7 @@ void OPT_ConstruireLaMatriceDesContraintesDuProblemeLineaire(PROBLEME_HEBDO* pro
}

// Export structure
if (exportStructure && firstWeekOfSimulation)
if (problemeHebdo->ExportStructure && problemeHebdo->firstWeekOfSimulation)
{
OPT_ExportInterco(writer, problemeHebdo);
OPT_ExportAreaName(writer, problemeHebdo->NomsDesPays);
Expand Down

0 comments on commit 692a8a8

Please sign in to comment.