Skip to content

Commit

Permalink
Formatted using clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvmara committed Dec 18, 2024
1 parent e1d9a4b commit cd9541e
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 177 deletions.
2 changes: 1 addition & 1 deletion src/libs/antares/study/include/antares/study/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class Parameters final
//! Store the sampled timeseries numbers
bool storeTimeseriesNumbers;
//@}

//! \name Delta Cluster
//@{
//! Output the delta of groups inside clusters for each hour of each mode
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ void Parameters::reset()
// readonly
readonly = false;
synthesis = true;
//Outputing the delta of the number of groups that are on inside each clusters
// Outputing the delta of the number of groups that are on inside each clusters
exportRawOptimizationResults = false;

// Hydro heuristic policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,5 @@ void OPT_DecompteDesVariablesEtDesContraintesCoutsDeDemarrage(PROBLEME_HEBDO*);
void OPT_InitialiserNombreMinEtMaxDeGroupesCoutsDeDemarrage(PROBLEME_HEBDO*);
void OPT_AjusterLeNombreMinDeGroupesDemarresCoutsDeDemarrage(PROBLEME_HEBDO*);
double OPT_SommeDesPminThermiques(const PROBLEME_HEBDO*, int, uint);
void OPT_ExportRawOptimizationResults(PROBLEME_HEBDO*,
Solver::IResultWriter&,
std::string);
void OPT_ExportRawOptimizationResults(PROBLEME_HEBDO*, Solver::IResultWriter&, std::string);
#endif /* __SOLVER_OPTIMISATION_FUNCTIONS_H__ */
Loading

0 comments on commit cd9541e

Please sign in to comment.