JAL-3829 isCanonical should by default be false - ensure JalviewJS offers 3d-beacons...
[jalview.git] / src / mc_view / PDBfile.java
index 24e0435..0eb14cd 100755 (executable)
@@ -154,8 +154,8 @@ public class PDBfile extends StructureFile
             tmpchain.atoms.addElement(tmpatom);
           } else
           {
-            // PDBfile never handles alphafold models, so false
-            tmpchain = new PDBChain(getId(), tmpatom.chain, false);
+            // PDBfile never handles alphafold models
+            tmpchain = new PDBChain(getId(), tmpatom.chain);
             getChains().add(tmpchain);
             tmpchain.atoms.addElement(tmpatom);
           }