mailr12787 - /1.3/specific_fns/model_free/main.py


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

Header


Content

Posted by edward on March 03, 2011 - 15:34:
Author: bugman
Date: Thu Mar  3 15:34:20 2011
New Revision: 12787

URL: http://svn.gna.org/viewcvs/relax?rev=12787&view=rev
Log:
The ri_data_bc structure is not initialised by the model-free data_init() 
method.


Modified:
    1.3/specific_fns/model_free/main.py

Modified: 1.3/specific_fns/model_free/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/main.py?rev=12787&r1=12786&r2=12787&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/main.py (original)
+++ 1.3/specific_fns/model_free/main.py Thu Mar  3 15:34:20 2011
@@ -1209,7 +1209,7 @@
         # Loop over the data structure names.
         for name in data_names:
             # Blacklisted data structures.
-            if name in ['ri_data', 'ri_data_err']:
+            if name in ['ri_data', 'ri_data_bc', 'ri_data_err']:
                 continue
 
             # Data structures which are initially empty arrays.




Related Messages


Powered by MHonArc, Updated Thu Mar 03 15:40:01 2011