Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 5, 2024
1 parent f5572e3 commit afe92bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/antares/study/include/antares/study/parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,7 @@ const char* SimulationModeToCString(SimulationMode mode);
bool StringToSimulationMode(SimulationMode& mode, Yuni::CString<20, false> text);

const char* CompatibilityHydroPmaxToCString(Parameters::Compatibility::HydroPmax);
bool StringToCompatibilityHydroPmax(Parameters::Compatibility::HydroPmax&,
const std::string& text);
bool StringToCompatibilityHydroPmax(Parameters::Compatibility::HydroPmax&, const std::string& text);

} // namespace Antares::Data

Expand Down

0 comments on commit afe92bb

Please sign in to comment.