Bugs item #2378121, was opened at 2008-12-02 10:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2378121&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scripting
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Albert DeFusco (adefusco)
Assigned to: Miguel (migueljmol)
Summary: moScale causes exception

Initial Comment:
This is for released 11.6.4


Lines 104-107 should read:
    if ("scale" == propertyName) {
      thisModel.put("moScale", value);
      return;
    }

Not
    if ("scale" == propertyName) {
      thisModel.put("moScale", moScale);
      return;
    }


With this change, the script does not crash Jmol.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=2378121&group_id=23629

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to