Re: [Jmol-developers] Escape.e function misidentifying P4 types as T3...

2015-12-30 Thread Robert Hanson
It's an ordering issue. Yes, P4 subclasses T4, which subclasses T3. I'll fix it. On Tue, Dec 29, 2015 at 7:59 PM, Jonathan Gutow wrote: > It appears that at line 117 in Escape.java, type P4 objects are being > misidentified as type T3. This means that the value of the "w"

Re: [Jmol-developers] Escape.e function misidentifying P4 types as T3...

2015-12-30 Thread Robert Hanson
I checked in a new Escape.java, which I guess fixes the problem. Do an update on that, Jonathan. I guess we could leave the SurfaceTool the way it is then. On Wed, Dec 30, 2015 at 10:46 AM, Robert Hanson wrote: > In SurfaceTool.java, this: > > cmd.append(" plane

Re: [Jmol-developers] Escape.e function misidentifying P4 types as T3...

2015-12-30 Thread Jonathan Gutow
I wondered about that. I figured you might know. Thanks for dealing with this. Jonathan On Wed, Dec 30, 2015 at 10:37 AM, Robert Hanson wrote: > It's an ordering issue. Yes, P4 subclasses T4, which subclasses T3. I'll > fix it. > > On Tue, Dec 29, 2015 at 7:59 PM,

Re: [Jmol-developers] Escape.e function misidentifying P4 types as T3...

2015-12-30 Thread Jonathan Gutow
I can verify that the reordering fixed the problem. Jonathan On Wed, Dec 30, 2015 at 10:50 AM, Robert Hanson wrote: > I checked in a new Escape.java, which I guess fixes the problem. Do an > update on that, Jonathan. I guess we could leave the SurfaceTool the way it > is

Re: [Jmol-developers] Escape.e function misidentifying P4 types as T3...

2015-12-30 Thread Robert Hanson
Go ahead the change that Escape.e to Escape.eP4 anyway, and check that in if you want. On Wed, Dec 30, 2015 at 3:02 PM, Jonathan Gutow wrote: > I can verify that the reordering fixed the problem. > > Jonathan > > On Wed, Dec 30, 2015 at 10:50 AM, Robert Hanson