mailr14851 - /1.3/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on October 12, 2011 - 17:51:
Author: bugman
Date: Wed Oct 12 17:51:56 2011
New Revision: 14851

URL: http://svn.gna.org/viewcvs/relax?rev=14851&view=rev
Log:
Fixes for the N-state model minimisation RDC and PCS setup methods.


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=14851&r1=14850&r2=14851&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Wed Oct 12 17:51:56 2011
@@ -878,7 +878,7 @@
         frq = []
 
         # The PCS data.
-        for align_id in cdp.align_ids:
+        for align_id in cdp.pcs_ids:
             # Append empty arrays to the PCS structures.
             pcs.append([])
             pcs_err.append([])
@@ -1071,7 +1071,7 @@
                 unit_vect[i] = [[None, None, None]]*num
 
         # The RDC data.
-        for align_id in cdp.align_ids:
+        for align_id in cdp.rdc_ids:
             # Append empty arrays to the RDC structures.
             rdc.append([])
             rdc_err.append([])




Related Messages


Powered by MHonArc, Updated Wed Oct 12 18:00:02 2011