You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility to launch a state estimation on a network (#578)
* Add the possibility to launch a state estimation on a network
Signed-off-by: Franck LECUYER <[email protected]>
Co-authored-by: David BRAQUART <[email protected]>
Copy file name to clipboardExpand all lines: src/main/java/org/gridsuite/study/server/networkmodificationtree/NetworkModificationNodeInfoRepositoryProxy.java
+5
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ public NetworkModificationNodeInfoEntity toEntity(AbstractNode node) {
Copy file name to clipboardExpand all lines: src/main/java/org/gridsuite/study/server/networkmodificationtree/entities/NetworkModificationNodeInfoEntity.java
+3
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ public class NetworkModificationNodeInfoEntity extends AbstractNodeInfoEntity {
Copy file name to clipboardExpand all lines: src/main/java/org/gridsuite/study/server/repository/networkmodificationtree/NetworkModificationNodeInfoRepository.java
+2
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,6 @@ public interface NetworkModificationNodeInfoRepository extends NodeInfoRepositor
0 commit comments