Don't need to re-sort. Types are provided in sorted order
This commit is contained in:
parent
92edd7b40f
commit
942d273c8d
@ -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