Revision: 18619 http://sourceforge.net/p/jmol/code/18619 Author: hansonr Date: 2013-08-22 05:44:50 +0000 (Thu, 22 Aug 2013) Log Message: -----------
Modified Paths: -------------- branches/v13_2/Jmol/src/org/jmol/script/ScriptMathProcessor.java Modified: branches/v13_2/Jmol/src/org/jmol/script/ScriptMathProcessor.java =================================================================== --- branches/v13_2/Jmol/src/org/jmol/script/ScriptMathProcessor.java 2013-08-22 05:37:22 UTC (rev 18618) +++ branches/v13_2/Jmol/src/org/jmol/script/ScriptMathProcessor.java 2013-08-22 05:44:50 UTC (rev 18619) @@ -843,8 +843,7 @@ return false; BS bs = SV.getBitSet(getX(), false); String tensorType = (args.length == 0 ? null : SV.sValue(args[0]).toLowerCase()); - String infoType = ";" - + (args.length < 2 ? "all" : SV.sValue(args[1]).toLowerCase()) + "."; + String infoType = (args.length < 2 ? "all" : SV.sValue(args[1]).toLowerCase()); JmolNMRInterface calc = viewer.getNMRCalculation(); if ("unique".equals(tensorType)) return addXBs(calc.getUniqueTensorSet(bs)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits