mailr15066 - /branches/frame_order_testing/test_suite/shared_data/frame_order/rotor2/pcs_only/ave_pos_back_calc.py


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

Header


Content

Posted by edward on December 08, 2011 - 14:28:
Author: bugman
Date: Thu Dec  8 14:28:26 2011
New Revision: 15066

URL: http://svn.gna.org/viewcvs/relax?rev=15066&view=rev
Log:
Fix for the back-calculation script.


Modified:
    
branches/frame_order_testing/test_suite/shared_data/frame_order/rotor2/pcs_only/ave_pos_back_calc.py

Modified: 
branches/frame_order_testing/test_suite/shared_data/frame_order/rotor2/pcs_only/ave_pos_back_calc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/shared_data/frame_order/rotor2/pcs_only/ave_pos_back_calc.py?rev=15066&r1=15065&r2=15066&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/shared_data/frame_order/rotor2/pcs_only/ave_pos_back_calc.py
 (original)
+++ 
branches/frame_order_testing/test_suite/shared_data/frame_order/rotor2/pcs_only/ave_pos_back_calc.py
 Thu Dec  8 14:28:26 2011
@@ -105,7 +105,7 @@
     for spin, mol_name, res_num, res_name in spin_loop(full_info=True):
         # The data.
         if hasattr(spin, 'pcs_bc'):
-            file.write("%s %s\n" % (spin.pcs_bc[ids[i]], 
spin.pcs_bc[ids[i]]))
+            file.write("%s %s\n" % (spin.pcs[ids[i]], spin.pcs_bc[ids[i]]))
 
     # End.
     file.write("&\n")




Related Messages


Powered by MHonArc, Updated Thu Dec 08 14:40:01 2011