I am seeing a problem in using COMPARE() and ROTATE SELECTED with 
only recent versions:

My script is of the type
load a.pdb  // 10 frames
load append b.pdb  // single frame
select protein; trace only; color trace gray;
rotMx = compare({2.1 & alpha}, {1.10 & alpha});
show rotMx;
select 2.1; color trace blue;
rotate selected @rotMx;
// alternative:  rotateSelected @rotMx;

The 2.1 model moves far away to the other side of the 1.10 model
In former versions this works fine.
The rotMx variable looks the same in all versions, so it's ROTATE that fails

Failure:
14.3.12_2015.02.11b  (zip  from St.Olaf)
14.3.12_2015.02.07   (zip  from St.Olaf)

These are OK:
14.3.3_2014.08.01a 
14.2.9_2014-11-23 


------------------------------------------------------------------------------
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-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to