|
From: Robert H. <ha...@st...> - 2021-05-15 12:23:20
|
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.* |