mailr18222 - /branches/frame_order_testing/user_functions/pcs.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:52:
Author: bugman
Date: Fri Jan 18 12:52:34 2013
New Revision: 18222

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


Modified:
    branches/frame_order_testing/user_functions/pcs.py

Modified: branches/frame_order_testing/user_functions/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/user_functions/pcs.py?rev=18222&r1=18221&r2=18222&view=diff
==============================================================================
--- branches/frame_order_testing/user_functions/pcs.py (original)
+++ branches/frame_order_testing/user_functions/pcs.py Fri Jan 18 12:52:34 
2013
@@ -402,7 +402,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 13:00:02 2013