Revision: 18435 http://sourceforge.net/p/jmol/code/18435 Author: hansonr Date: 2013-07-05 17:26:35 +0000 (Fri, 05 Jul 2013) Log Message: -----------
Modified Paths: -------------- trunk/Jmol/src/org/jmol/quantum/NMRCalculation.java Modified: trunk/Jmol/src/org/jmol/quantum/NMRCalculation.java =================================================================== --- trunk/Jmol/src/org/jmol/quantum/NMRCalculation.java 2013-07-05 17:00:01 UTC (rev 18434) +++ trunk/Jmol/src/org/jmol/quantum/NMRCalculation.java 2013-07-05 17:26:35 UTC (rev 18435) @@ -230,7 +230,7 @@ */ private double getIsotopeData(Atom a, int iType) { int iso = a.getIsotopeNumber(); - String sym = a.getElementSymbol(); + String sym = a.getElementSymbolIso(false); double[] d = isotopeData.get(iso == 0 ? sym : "" + iso + sym); return (d == null ? 0 : d[iType]); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits