Skip to content

Commit c7802de

Browse files
Co-author some files
Signed-off-by: NathanDissoubray <nathan.dissoubray@rte-france.com>
1 parent 15c2737 commit c7802de

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

diagram-util/src/main/java/com/powsybl/diagram/util/forcelayout/ForceLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
* The algorithm is taken from: https://github.com/dhotson/springy
5252
*
5353
* @author Mathilde Grapin {@literal <mathilde.grapin at rte-france.com>}
54+
* @author Nathan Dissoubray {@literal <nathan.dissoubray at rte-france.com>}
5455
*/
5556
public class ForceLayout<V, E> {
5657
private final Set<Spring> springs = new LinkedHashSet<>();

diagram-util/src/main/java/com/powsybl/diagram/util/forcelayout/geometry/Vector2D.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* @author Mathilde Grapin {@literal <mathilde.grapin at rte-france.com>}
12+
* @author Nathan Dissoubray {@literal <nathan.dissoubray at rte-france.com>}
1213
*/
1314
public class Vector2D {
1415
private double x;

0 commit comments

Comments
 (0)