mailr20091 - /trunk/user_functions/interatom.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 13, 2013 - 15:13:
Author: bugman
Date: Thu Jun 13 15:13:11 2013
New Revision: 20091

URL: http://svn.gna.org/viewcvs/relax?rev=20091&view=rev
Log:
Bug fix for the GUI element for the interatom.define user function.

The special spin ID GUI elements can not be set to the get_spin_ids() 
function as then SetValue can
no longer work for IDs not in the list.  This fixes the 
Mf.test_mf_auto_analysis GUI test.


Modified:
    trunk/user_functions/interatom.py

Modified: trunk/user_functions/interatom.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/interatom.py?rev=20091&r1=20090&r2=20091&view=diff
==============================================================================
--- trunk/user_functions/interatom.py (original)
+++ trunk/user_functions/interatom.py Thu Jun 13 15:13:11 2013
@@ -115,7 +115,6 @@
     arg_type = "spin ID",
     desc_short = "first spin ID string",
     desc = "The spin ID string for the first spin of the interatomic 
interaction.",
-    wiz_combo_iter = get_spin_ids,
     can_be_none = True
 )
 uf.add_keyarg(
@@ -125,7 +124,6 @@
     arg_type = "spin ID",
     desc_short = "second spin ID string",
     desc = "The spin ID string for the second spin of the interatomic 
interaction.",
-    wiz_combo_iter = get_spin_ids,
     can_be_none = True
 )
 uf.add_keyarg(




Related Messages


Powered by MHonArc, Updated Thu Jun 13 15:20:02 2013