Revision: 20958
          http://sourceforge.net/p/jmol/code/20958
Author:   hansonr
Date:     2016-02-10 02:28:32 +0000 (Wed, 10 Feb 2016)
Log Message:
-----------
Jmol.___JmolVersion="14.5.2_2016.02.09"

new feature: invertselected ATOMS {ring atoms to invert}
 -- inverts ring stereochemistry
 -- requires prior selection of all atoms to be involved in the inversion
 
bug fix: SMARTS pattern [ALA.*] not working without biological polymer type 
indication
bug fix: SMARTS pattern [r500] not working outside of MINIMIZE

Revision Links:
--------------
    http://sourceforge.net/p/jmol/code/500

Modified Paths:
--------------
    branches/v14_4/Jmol/src/org/jmol/viewer/ActionManager.java
    trunk/Jmol/src/org/jmol/viewer/ActionManager.java

Modified: branches/v14_4/Jmol/src/org/jmol/viewer/ActionManager.java
===================================================================
--- branches/v14_4/Jmol/src/org/jmol/viewer/ActionManager.java  2016-02-10 
02:22:20 UTC (rev 20957)
+++ branches/v14_4/Jmol/src/org/jmol/viewer/ActionManager.java  2016-02-10 
02:28:32 UTC (rev 20958)
@@ -1824,7 +1824,7 @@
       return;
     case PICKING_INVERT_STEREO:
       if (bnd(clickAction, ACTION_assignNew))
-        vwr.invertRingAt(atomIndex), true);
+        vwr.invertRingAt(atomIndex, true);
       return;
     case PICKING_DELETE_ATOM:
       if (bnd(clickAction, ACTION_deleteAtom)) {

Modified: trunk/Jmol/src/org/jmol/viewer/ActionManager.java
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/ActionManager.java   2016-02-10 02:22:20 UTC 
(rev 20957)
+++ trunk/Jmol/src/org/jmol/viewer/ActionManager.java   2016-02-10 02:28:32 UTC 
(rev 20958)
@@ -1824,7 +1824,7 @@
       return;
     case PICKING_INVERT_STEREO:
       if (bnd(clickAction, ACTION_assignNew))
-        vwr.invertRingAt(atomIndex), true);
+        vwr.invertRingAt(atomIndex, true);
       return;
     case PICKING_DELETE_ATOM:
       if (bnd(clickAction, ACTION_deleteAtom)) {

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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to