Skip to content

Commit

Permalink
Remove unused enum class (#2584)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored Jan 20, 2025
1 parent 475f08b commit a5ea8f6
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,6 @@ enum AdequacyPatchMode
physicalAreaInsideAdqPatch = 2
}; // enum AdequacyPatchMode

/*!
** \brief Setting Link Capacity (NTC) for Adequacy patch first step
*/
enum class NtcSetToZeroStatus_AdqPatchStep1
{
//! Leave NTC local values
leaveLocalValues = 0,
//! Set NTC to zero
setToZero,
//! set only origine->extremity NTC to zero
setOriginExtremityToZero,
//! set only extremity->origine NTC to zero
setExtremityOriginToZero

}; // enum NTC

/*!
** \brief Types of Price Taking Order (PTO) for Adequacy Patch
*/
Expand Down

0 comments on commit a5ea8f6

Please sign in to comment.