mailr5990 - /1.3/specific_fns/relax_fit.py


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

Header


Content

Posted by edward on April 24, 2008 - 17:57:
Author: bugman
Date: Thu Apr 24 17:57:14 2008
New Revision: 5990

URL: http://svn.gna.org/viewcvs/relax?rev=5990&view=rev
Log:
Fixed the set up of the num_spectra global object.


Modified:
    1.3/specific_fns/relax_fit.py

Modified: 1.3/specific_fns/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/relax_fit.py?rev=5990&r1=5989&r2=5990&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Thu Apr 24 17:57:14 2008
@@ -856,7 +856,7 @@
 
         # Number of spectra.
         if not hasattr(cdp, 'num_spectra'):
-            relax_data_store.num_spectra = []
+            cdp.num_spectra = []
 
         # Determine if the relaxation time already exists for the residue 
(duplicated spectra).
         index = None




Related Messages


Powered by MHonArc, Updated Thu Apr 24 18:00:28 2008