typo bugfix
authorjprocter <Jim Procter>
Tue, 29 Jun 2010 09:43:53 +0000 (09:43 +0000)
committerjprocter <Jim Procter>
Tue, 29 Jun 2010 09:43:53 +0000 (09:43 +0000)
src/MCview/PDBChain.java

index bd1f640..e9b0247 100755 (executable)
@@ -178,7 +178,7 @@ public class PDBChain
         at1 = tmpres.findAtom("P");
         at1 = tmpres2.findAtom("P");
       }
         at1 = tmpres.findAtom("P");
         at1 = tmpres2.findAtom("P");
       }
-      if ((at1 == null) && (at2 == null))
+      if ((at1 != null) && (at2 != null))
       {
         if (at1.chain.equals(at2.chain))
         {
       {
         if (at1.chain.equals(at2.chain))
         {