no need to sort the types, they are delivered sorted

This commit is contained in:
JoePfeiffer 2024-06-01 11:30:55 -06:00
parent c0453eabde
commit 6e0c6b187a

View File

@ -89,7 +89,6 @@ public class SimulationExportPanel extends JPanel {
branch = data.getBranch(0);
types = branch.getTypes();
Arrays.sort(types);
selected = new boolean[types.length];
units = new Unit[types.length];