Skip to content

Commit

Permalink
try fixing enum value
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo KULESZA <hugo.kulesza@rte-france.com>
  • Loading branch information
HugoKulesza committed Sep 30, 2024
1 parent b4537e1 commit 97c5c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/powsybl-cpp/powsybl-cpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ enum ShortCircuitStudyType {

enum InitialVoltageProfileMode {
NOMINAL = 0,
PREVIOUS_VALUE
PREVIOUS_VALUE = 2
};

class ShortCircuitAnalysisParameters {
Expand Down

0 comments on commit 97c5c08

Please sign in to comment.