Sam, as Angel mentions, this is not a bug. It's very intentional. Each of
those models is in its own "frame" that can be displayed using two
different methods:

integers:

frame 1
frame 2

or

decimal:

frame 1.1
frame 1.2
frame 2.1
frame 2.2

Basically the first is based, in the case of PDB files, on what the MODEL
record reads. The second is best to use, as it is unambiguous. "first file,
first model"

You can read about these at http://chemapps.stolaf.edu/jmol/docs/#frame

An easy way to display two at a time is to use FRAME * along with DISPLAY:

frame *  // show all

display 1.1 or 1.2

Bob Hanson
​
------------------------------------------------------------------------------
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to