mailr6910 - /branches/rdc_analysis/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 July 09, 2008 - 18:43:
Author: bugman
Date: Wed Jul  9 18:43:34 2008
New Revision: 6910

URL: http://svn.gna.org/viewcvs/relax?rev=6910&view=rev
Log:
Fix for the addition of alignment tensor parameters in 
assemble_param_vector().


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6910&r1=6909&r2=6910&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Wed Jul  9 18:43:34 
2008
@@ -159,7 +159,7 @@
         if data_type == 'rdc':
             # Loop over the alignments, adding the alignment tensor 
parameters to the parameter vector.
             for i in xrange(len(cdp.rdc_ids)):
-                param_vector = param_vector + cdp.align_tensors[i]
+                param_vector = param_vector + 
list(cdp.align_tensors[i].tensor_5D)
 
         # Monte Carlo simulation data structures.
         if sim_index != None:




Related Messages


Powered by MHonArc, Updated Wed Jul 09 19:00:18 2008