Skip to content

Commit

Permalink
sets INFINITE_REACTIVE_LIMIT to 99999
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Biasuzzi committed Oct 27, 2017
1 parent 3c8870d commit a5f829c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class EurostagStepUpTransformerInserter {

private final static float SB = 100;
private final static float ACCEPTABLE_VOLTAGE_DIFF = 0.1f;
private final static float INFINITE_REACTIVE_LIMIT = 9999f;
private final static float INFINITE_REACTIVE_LIMIT = 99999f;

public enum InsertionStatus {
OK("ok"),
Expand Down

0 comments on commit a5f829c

Please sign in to comment.