Jmol.___JmolVersion="14.3.16_2015.10.04"

http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.16_2015.10.04.zip

bug fix: changing bond order of X-H using set picking assignBond_2
generates error messages and removes atoms

bug fix: translucent echo backgrounds not saved in state properly

bug fix: for (; i < 10; i++)  not working
bug fix: for (;;i++)  not working
bug fix: for (;;)  not working


new feature: if, for, and while can all operate using no braces for
single-line bodies
  -- similar to JavaScript and Java
  -- examples:

   for(var i = 0; i < 10; i++)
     for(var j = 0; j < 10; j++)
       print i*j

   if (i == 1)
     print i
   else
     print 0


-
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