|
From: Mark P. <pe...@so...> - 2021-05-15 21:48:37
|
Thanks! PS There is an error in the tar file for the full version. It looks like not all the files got included and it gives an EOF error. The binary is fine. Thanks, Mark On Sat, May 15, 2021 at 5:23 AM Robert Hanson via Jmol-developers < jmo...@li...> wrote: > This is fixed. > Jmol-14.31.39-binary.zip (57.9 MB) > <https://sourceforge.net/projects/jmol/files/latest/download> > > There was also a problem with {*}.atomName for GAMESS in Jmol/Java. > > It turns out that Java and JavaScript DO have a difference in string > concatenation: > > > Java: null + 1 = "null1" > JavaScript: null + 1 = 1 > > JavaScript: Thus the "indexOf method does not exist" message. > Java+JavaScript: This was not supposed to be null in the first place in > GamessUS.java. Broken in 14.31.35 2021.03.17 > > <https://sourceforge.net/projects/jmol/files/latest/download> > > Bob > > > On Fri, May 14, 2021 at 9:56 PM Robert Hanson <ha...@st...> wrote: > >> Just to be clear, this example is from the SwingJS version of JSmol, not >> the release version on SourceForge. >> I do see a Gamess reader error in both of those cases, though. I will >> look into it. >> >> Bob >> >> >> > > -- > Robert M. Hanson > Professor of Chemistry > St. Olaf College > Northfield, MN > http://www.stolaf.edu/people/hansonr > > > If nature does not answer first what we want, > it is better to take what answer we get. > > -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900 > > *We stand on the homelands of the Wahpekute Band of the Dakota Nation. We > honor with gratitude the people who have stewarded the land throughout the > generations and their ongoing contributions to this region. We acknowledge > the ongoing injustices that we have committed against the Dakota Nation, > and we wish to interrupt this legacy, beginning with acts of healing and > honest storytelling about this place.* > _______________________________________________ > Jmol-developers mailing list > Jmo...@li... > https://lists.sourceforge.net/lists/listinfo/jmol-developers > |