We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad154b2 commit 5d88652Copy full SHA for 5d88652
src/main/java/com/powsybl/openloadflow/dc/DcLoadFlowParameters.java
@@ -28,6 +28,7 @@ public class DcLoadFlowParameters extends AbstractLoadFlowParameters<DcLoadFlowP
28
private LoadFlowParameters.BalanceType balanceType = LoadFlowParameters.DEFAULT_BALANCE_TYPE;
29
30
private boolean setVToNan = false;
31
+
32
protected List<DcOuterLoop> outerLoops = Collections.emptyList();
33
34
private int maxOuterLoopIterations = DEFAULT_MAX_OUTER_LOOP_ITERATIONS;
0 commit comments