Revision: 21525
          http://sourceforge.net/p/jmol/code/21525
Author:   hansonr
Date:     2017-04-18 17:21:07 +0000 (Tue, 18 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-18 17:16:20 UTC 
(rev 21524)
+++ trunk/Jmol/src/org/jmol/symmetry/CIPChirality.java  2017-04-18 17:21:07 UTC 
(rev 21525)
@@ -26,15 +26,15 @@
  * CIP(1966) R.S. Cahn, C. Ingold, V. Prelog, Specification of Molecular
  * Chirality, Angew.Chem. Internat. Edit. 5, 385ff
  * 
- * Mata(1986) Paulina Mata, Ana M. Lobo, Chris Marshall, and A. Peter Johnson,
+ * Custer(1986) Roland H. Custer, Mathematical Statements About the Revised
+ * CIP-System, MATCH, 21, 1986, 3-31
+ * http://match.pmf.kg.ac.rs/electronic_versions/Match21/match21_3-31.pdf
+ * 
+ * Mata(1994) Paulina Mata, Ana M. Lobo, Chris Marshall, and A. Peter Johnson,
  * Implementation of the Cahn-Ingold-Prelog System for Stereochemical 
Perception
  * in the LHASA Program, J. Chem. Inf. Comput. Sci. 1994, 34, 491-504 491
  * http://pubs.acs.org/doi/abs/10.1021/ci00019a004
  * 
- * Custer(1986) Roland H. Custer, Mathematical Statements About the Revised
- * CIP-System, MATCH, 21, 1986, 3-31
- * http://match.pmf.kg.ac.rs/electronic_versions/Match21/match21_3-31.pdf
- * 
  * Favre(2013) Henri A Favre, Warren H Powell, Nomenclature of Organic 
Chemistry : IUPAC
  * Recommendations and Preferred Names 2013 DOI:10.1039/9781849733069
  * http://pubs.rsc.org/en/content/ebook/9780854041824#!divbookcontent
@@ -351,7 +351,8 @@
             cipAtom.bsPath.set(iref);
           for (currentRule = 0; currentRule <= ruleMax && !isChiral; 
currentRule++) {
             isChiral = false;
-            Logger.info("-Rule " + currentRule + " CIPChirality for " + cipAtom
+            if (Logger.debugging)
+              Logger.info("-Rule " + currentRule + " CIPChirality for " + 
cipAtom
                 + "-----");
             cipAtom.sortSubstituents();
             isChiral = true;

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