Definitely a bug. It has to do with this syntax:
{*}[2] = [1,2][2]
Jmol is not properly handling that. For now use parentheses on the right:
{*}[2] = ([1,2][2])
or in your case, Rolf,
atomSet[i].x = (xc[i]);
I'm sorry about that.
Bob
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users