mailr7164 - /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 August 12, 2008 - 12:10:
Author: bugman
Date: Tue Aug 12 10:43:24 2008
New Revision: 7164

URL: http://svn.gna.org/viewcvs/relax?rev=7164&view=rev
Log:
Converted the RDC constant list into a numpy array.


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=7164&r1=7163&r2=7164&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Tue Aug 12 10:43:24 
2008
@@ -536,7 +536,7 @@
                 xh_vect_numpy[spin_index, state_index] = 
xh_vectors[spin_index][state_index]
 
         # Return the data structures.
-        return rdcs_numpy, xh_vect_numpy, dj
+        return rdcs_numpy, xh_vect_numpy, array(dj)
 
 
     def __minimise_setup_tensors(self):




Related Messages


Powered by MHonArc, Updated Tue Aug 12 13:40:11 2008