Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Mar 20, 2024
1 parent bfd290e commit 9fa8673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/antares/study/parameters/adq-patch-params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bool AdqPatchParams::checkAdqPatchParams(const StudyMode studyMode,
}

// Adequacy Patch can only be used with Economy Study/Simulation Mode.
void AdqPatchParams::checkAdqPatchSimulationModeEconomyOnly(const StudyMode studyMode) const
void AdqPatchParams::checkAdqPatchStudyModeEconomyOnly(const StudyMode studyMode) const
{
if (studyMode != StudyMode::stdmEconomy)
throw Error::IncompatibleStudyModeForAdqPatch();
Expand Down

0 comments on commit 9fa8673

Please sign in to comment.