Skip to content

Commit

Permalink
updatedAli
Browse files Browse the repository at this point in the history
  • Loading branch information
aalzoobi committed Jan 30, 2025
1 parent e50d12a commit 6309718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/optimisation/post_process_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ void CurtailmentSharingPostProcessCmd::execute(const optRuntimeData& opt_runtime


for (uint hour = 0; hour < 5; hour++){
auto f = problemeHebdo_->ValeursDeNTC[hour].ValeurDuFlux;
auto f = problemeHebdo_->ValeursDeNTC[hour].ValeurDuFlux;;
logs.info() << "[adq-patch] flux After Redispatch:" <<f;
}

Expand Down

0 comments on commit 6309718

Please sign in to comment.