mailr18223 - /branches/frame_order_testing/user_functions/rdc.py


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

Header


Content

Posted by edward on January 18, 2013 - 12:53:
Author: bugman
Date: Fri Jan 18 12:53:17 2013
New Revision: 18223

URL: http://svn.gna.org/viewcvs/relax?rev=18223&view=rev
Log:
Fix for the rdc.set_errors user function for the frame order testing branch 
changes.


Modified:
    branches/frame_order_testing/user_functions/rdc.py

Modified: branches/frame_order_testing/user_functions/rdc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/user_functions/rdc.py?rev=18223&r1=18222&r2=18223&view=diff
==============================================================================
--- branches/frame_order_testing/user_functions/rdc.py (original)
+++ branches/frame_order_testing/user_functions/rdc.py Fri Jan 18 12:53:17 
2013
@@ -396,7 +396,7 @@
     desc_short = "alignment ID string",
     desc = "The optional alignment ID string.",
     wiz_element_type = 'combo',
-    wiz_combo_iter = align_tensor.get_ids,
+    wiz_combo_iter = align_tensor.get_align_ids,
     wiz_read_only = True,
     can_be_none = True
 )




Related Messages


Powered by MHonArc, Updated Fri Jan 18 14:20:01 2013