Skip to content

Commit

Permalink
Modify commentary
Browse files Browse the repository at this point in the history
Signed-off-by: p-arvy <pierre.arvy@artelys.com>
  • Loading branch information
p-arvy committed Jul 8, 2024
1 parent 307cc69 commit 4f5fbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ private void calculateSensitivityValuesForAContingency(DcLoadFlowContext loadFlo
resultWriter.writeContingencyStatus(contingency.getIndex(), SensitivityAnalysisResult.Status.NO_IMPACT);
}

// we need to recompute the factor states because the rhs has changed or
// we need to recompute the factor states because the rhs or the participating elements have changed
if (participatingElementsChanged || rhsChanged) {
newFactorStates = calculateFactorStates(loadFlowContext, factorGroups, newParticipatingElements);
}
Expand Down

0 comments on commit 4f5fbe3

Please sign in to comment.