Browse Source

Execution in new Algo.

Tom Troppmann 5 years ago
parent
commit
149b52bac7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/exampleAlgorithms/PSOAlgotihm.java

+ 0 - 1
src/exampleAlgorithms/PSOAlgotihm.java

@@ -175,7 +175,6 @@ public class PSOAlgotihm implements Algorithm {
 		useGroupNodeCheckBox.setSelected(false);
 		useGroupNodeCheckBox.setBounds(155, 1, 25, 20);
 		useGroupNodeCheckBox.addActionListener(actionEvent -> {
-			
 			useGroupNode = useGroupNodeCheckBox.isSelected();
 			selectGroupNodeButton.setEnabled(useGroupNode);
 		});