File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/edu/ie3/datamodel/io/source Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ repositories {
5353dependencies {
5454
5555 // ie³ power system utils
56- implementation ' com.github.ie3-institute:PowerSystemUtils:2.2'
56+ implementation ' com.github.ie3-institute:PowerSystemUtils:2.2.1 '
5757
5858 implementation ' tech.units:indriya:2.2'
5959
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ List<CoordinateDistance> getClosestCoordinates(
9595 default List <CoordinateDistance > calculateCoordinateDistances (
9696 Point coordinate , int n , Collection <Point > coordinates ) {
9797 if (coordinates != null && !coordinates .isEmpty ()) {
98- SortedSet <CoordinateDistance > sortedDistances =
98+ List <CoordinateDistance > sortedDistances =
9999 GeoUtils .calcOrderedCoordinateDistances (coordinate , coordinates );
100100 return restrictToBoundingBox (coordinate , sortedDistances , n );
101101 } else {
You can’t perform that action at this time.
0 commit comments