Revision: 20487
          http://sourceforge.net/p/jmol/code/20487
Author:   hansonr
Date:     2015-05-07 12:27:21 +0000 (Thu, 07 May 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.13_2015.05.07"

bug fix: x = plane(@1 @2 @3)  fails

bug fix: isolated bio groups such as AMP, which are not part of biopolymers, 
can result in crashes
         when colored or queried about their parameters (Hiroufmi Suzuki)

bug fix: new SQL ** feature needed a tweak

Modified Paths:
--------------
    branches/v14_2/Jmol/src/org/jmol/scriptext/MathExt.java
    branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: branches/v14_2/Jmol/src/org/jmol/scriptext/MathExt.java
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/scriptext/MathExt.java     2015-05-07 
12:27:16 UTC (rev 20486)
+++ branches/v14_2/Jmol/src/org/jmol/scriptext/MathExt.java     2015-05-07 
12:27:21 UTC (rev 20487)
@@ -1816,8 +1816,6 @@
         // plane(<point1>,<point2>,<point3>,<pointref>)
         V3 vAB = new V3();
         P3 ptref = (args.length == 4 ? mp.ptValue(args[3]) : null);
-        if (ptref == null)
-          return false;
         float nd = Measure.getDirectedNormalThroughPoints(pt1, pt2, pt3,
             ptref, norm, vAB);
         return mp.addXPt4(P4.new4(norm.x, norm.y, norm.z, nd));

Modified: branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-05-07 
12:27:16 UTC (rev 20486)
+++ branches/v14_2/Jmol/src/org/jmol/viewer/Jmol.properties     2015-05-07 
12:27:21 UTC (rev 20487)
@@ -4,8 +4,10 @@
 # THIS IS THE RELEASE BRANCH 
 # BUG FIXES ONLY, PLEASE
 
-JmolVersion="14.2.13_2015.05.07"
+Jmol.___JmolVersion="14.3.13_2015.05.07"
 
+bug fix: x = plane(@1 @2 @3)  fails
+
 bug fix: isolated bio groups such as AMP, which are not part of biopolymers, 
can result in crashes
          when colored or queried about their parameters
 

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


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to