Skip to content

Commit

Permalink
Correct code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup committed Feb 8, 2021
1 parent b21635e commit abb0902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public DcSensitivityAnalysis(MatrixFactory matrixFactory) {
super(matrixFactory);
}

protected DenseMatrix setReferenceActivePowerFlows(LfNetwork network, DcLoadFlowEngine dcLoadFlowEngine, EquationSystem equationSystem, LUDecomposition lu, List<LfSensitivityFactor> factors,
protected DenseMatrix setReferenceActivePowerFlows(DcLoadFlowEngine dcLoadFlowEngine, EquationSystem equationSystem, LUDecomposition lu, List<LfSensitivityFactor> factors,
LoadFlowParameters lfParameters, List<ParticipatingElement> participatingElements, Collection<LfBus> removedBuses) {

Map<LfBus, BusState> busStates = new HashMap<>();
Expand Down

0 comments on commit abb0902

Please sign in to comment.