Copied PCA files to PaSiMap analogues and changed all names
[jalview.git] / src / jalview / gui / CalculationChooser.java
index 0f6c257..9e596e2 100644 (file)
@@ -115,8 +115,8 @@ public class CalculationChooser extends JPanel
    */
   private PCAPanel pcaPanel;
 
-  //&! change to PaSiMapPanel
-  private PCAPanel pasimapPanel;
+  //&! 
+  private PaSiMapPanel pasimapPanel;
 
   /**
    * Constructor
@@ -657,7 +657,7 @@ public class CalculationChooser extends JPanel
      * construct the panel and kick off its calculation thread
      */
     //&! change to PaSiMapPanel
-    pasimapPanel = new PCAPanel(af.alignPanel, modelName, params);
+    pasimapPanel = new PaSiMapPanel(af.alignPanel, modelName, params);
     new Thread(pasimapPanel).start();
 
   }