Merge branch 'develop' into feature/JAL-1713_overviewInProject
[jalview.git] / src / jalview / ext / pymol / PymolCommands.java
index b8b6a98..08521a2 100644 (file)
@@ -363,4 +363,11 @@ public class PymolCommands extends StructureCommandsBase
     return CLOSE_PYMOL;
   }
 
+  @Override
+  public List<StructureCommandI> centerViewOn(List<AtomSpecModel> residues)
+  {
+    // TODO Auto-generated method stub
+    return null;
+  }
+
 }