Bob,
On Fri, Oct 30, 2009 at 4:58 PM, Egon Willighagen
<[email protected]> wrote:
> I have no clue why the ModelSet return 2 for the second bond... the
> input is this MDL molfile:
I actually have a clue:
public int getBondModelIndex(int i) {
return bonds[i].atom1.atomIndex;
}
That should really say:
public int getBondModelIndex(int i) {
return bonds[i].atom1.modelIndex;
}
not?
Egon
--
Post-doc @ Uppsala University
Homepage: http://egonw.github.com/
Blog: http://chem-bla-ics.blogspot.com/
PubList: http://www.citeulike.org/user/egonw/tag/papers
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers