no need for myAtom
[jalview.git] / src / MCview / Bond.java
index 17f66bb..e3f36f7 100755 (executable)
@@ -26,10 +26,10 @@ public class Bond {
     float[] end;\r
     Color startCol;\r
     Color endCol;\r
-    public myAtom at1;\r
-    public myAtom at2;\r
+    public Atom at1;\r
+    public Atom at2;\r
 \r
-    public Bond(float[] start, float[] end, myAtom at1, myAtom at2) {\r
+    public Bond(float[] start, float[] end, Atom at1, Atom at2) {\r
         this.start = start;\r
         this.end = end;\r
         this.startCol = at1.color;\r