no need to sort the types, they are delivered sorted
This commit is contained in:
parent
c0453eabde
commit
6e0c6b187a
@ -89,7 +89,6 @@ public class SimulationExportPanel extends JPanel {
|
|||||||
branch = data.getBranch(0);
|
branch = data.getBranch(0);
|
||||||
|
|
||||||
types = branch.getTypes();
|
types = branch.getTypes();
|
||||||
Arrays.sort(types);
|
|
||||||
|
|
||||||
selected = new boolean[types.length];
|
selected = new boolean[types.length];
|
||||||
units = new Unit[types.length];
|
units = new Unit[types.length];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user