It's fixed. Thanks for pointing this out, Frieda.
See http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.14_2015.06.10.zip
Jmol.___JmolVersion="14.3.14_2015.06.10"
bug fix: animation buttons go to wrong first frame for FRAME [3 2 1]
bug fix: JSmol set echo IMAGE not working properly (Frieda Reichsman)
new feature: {atomset}.bondcount({atomset2})
-- counts bonds to a specific set of atoms
-- result is an array
new feature: [array].pivot
-- creates a pivot table using strings, integers, or floats
-- result is a hash for which the keys are
$ print {*}.label("%a").pivot
{
"Ag" : 1561
"Cd" : 1360
}
$ load $caffeine
$ print {_N}.bondCount({_C})
3
3
2
3
$ print {_N}.bondCount({_C}).pivot
{
"2" : 1
"3" : 3
}
$
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users