mailr18208 - /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 16, 2013 - 17:34:
Author: bugman
Date: Wed Jan 16 17:34:08 2013
New Revision: 18208

URL: http://svn.gna.org/viewcvs/relax?rev=18208&view=rev
Log:
Fix for the pcs.structural_noise user function for the changes in the 
frame_order_testing branch.


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=18208&r1=18207&r2=18208&view=diff
==============================================================================
--- branches/frame_order_testing/user_functions/pcs.py (original)
+++ branches/frame_order_testing/user_functions/pcs.py Wed Jan 16 17:34:08 
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 Thu Jan 17 18:40:02 2013