http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.15_2015.06.19.zip

Jmol.___JmolVersion="14.3.15_2015.06.19"

bug fix: msCIF reader can hang if occupancy is not fractional
bug fix: JSmol applet not returning full set of parameters in
animFrameCallback
bug fix: load FILL command can fail if base unit cell is not part of the
needed set for the specified volume
bug fix: wireframe ONLY (RESTRICT) executes polyhedral DELETE instead of
OFF
bug fix: Polygons not indicating visibility when they are the only thing
visible.
bug fix: x[++y] did not increment y. x[y++] and other contexts were fine

new feature: pt.distance(plane,ptRef)
 -- returns a negative distance if pt and ptRef are on different sides of
the plane
 -- useful for constructing 3D convex hulls and polyhedra, where all points
    must be on the same side of all planes

new feature: removing empty array values using array.find() and opposite
using array.find("")
 -- "empty" means an entry that is "", [], or {}
 -- for example:

   print [0 3 4 "" 5 {} [] 6].find()

     [0 3 4 5 6]

   print [0 3 4 "" 5 {} [] 6].find("")
     [ "" {} [] ]


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to