Bob, I just tried the below patch, and that fixes my problem. Shall I commit?
Egon On Fri, Oct 30, 2009 at 5:08 PM, Egon Willighagen <[email protected]> wrote: > 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? -- 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
