Revision: 21561
          http://sourceforge.net/p/jmol/code/21561
Author:   hansonr
Date:     2017-04-27 05:11:09 +0000 (Thu, 27 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-27 05:07:47 UTC 
(rev 21560)
+++ trunk/Jmol/src/org/jmol/symmetry/CIPChirality.java  2017-04-27 05:11:09 UTC 
(rev 21561)
@@ -1644,12 +1644,11 @@
           return aStr.compareTo(bStr);
         if (aStr.indexOf("|") >= 0 || bStr.indexOf("|") >= 0) {
           // Mata(2005) Figure 9
-          // TODO: Still some issues here....
           // We are trying to ascertain that
           // R lull                  R luuu
           // S luuu   is the same as S lull
           // 
-          // Solution is to SUM all winners. 
+          // Solution is to SUM all winners. If that is 0, then they are the 
same
           String[] aList = PT.split(aStr, "|");
           String[] bList = PT.split(bStr, "|");
           int minScore = Integer.MAX_VALUE;

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