Skip to content

Commit

Permalink
Fix optional ratedS regression introduced in #2648 (#2733)
Browse files Browse the repository at this point in the history
Signed-off-by: Luma <zamarrenolm@aia.es>
  • Loading branch information
zamarrenolm authored Oct 4, 2023
1 parent 72d13ca commit 64c80de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static class InterpretedWinding {
final TapChangerConversion.InterpretedEnd end1;
final InterpretedEnd2 end2;
final boolean structuralRatioAtEnd2;
final double ratedS;
final Double ratedS;

/**
* Maps Cgmes ratioTapChangers, phaseTapChangers, shuntAdmittances and
Expand Down

0 comments on commit 64c80de

Please sign in to comment.