Revision: 21538
          http://sourceforge.net/p/jmol/code/21538
Author:   hansonr
Date:     2017-04-24 02:46:48 +0000 (Mon, 24 Apr 2017)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/symmetry/CIPChirality.java

Modified: trunk/Jmol/src/org/jmol/symmetry/CIPChirality.java
===================================================================
--- trunk/Jmol/src/org/jmol/symmetry/CIPChirality.java  2017-04-24 02:43:43 UTC 
(rev 21537)
+++ trunk/Jmol/src/org/jmol/symmetry/CIPChirality.java  2017-04-24 02:46:48 UTC 
(rev 21538)
@@ -339,7 +339,6 @@
       Node a = atoms[i];
       if (!couldBeChiralAtom(a))
         continue;
-      System.out.println("TODO processing  " + a);
       a.setCIPChirality(0);
       a.setCIPChirality(getAtomChiralityLimited(a, null, null, 5, -1));
     }
@@ -1572,7 +1571,6 @@
       int rs = -1;
       String subRS = "";
       String s = "~";
-      System.out.println("createAux " + this);
       if (atom != null) {
         rule4List = new String[4];
         int nRS = 0;
@@ -1609,15 +1607,9 @@
           s = "?";
           subRS = "[" + subRS + "]";
         }
-//        System.out.println("createAux " + this + " " + nPriorities + " " + rs
-//            + " " + nRS + " " + subRS);
       }
       s = base + s + subRS;
-      System.out.println("createAux " + rs + " " + myPath + s);
       return s;
-      //      {
-      //        setAuxiliaryChirality(rs == STEREO_R ? "R" : "S");
-      //      }
     }
 
 
@@ -1748,10 +1740,7 @@
 
     private CIPAtom getCommonAncestor(CIPAtom b) {
       CIPAtom a = this;
-      if ((a.parent == null) != (b.parent == null))
-        System.out.println("OHOH3");
-      while ((a = a.parent) != (b = b.parent)) {
-      }
+      while ((a = a.parent) != (b = b.parent)) {}
       return a;
     }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to