mailr5989 - /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:55:
Author: bugman
Date: Thu Apr 24 17:55:21 2008
New Revision: 5989

URL: http://svn.gna.org/viewcvs/relax?rev=5989&view=rev
Log:
Removed the call to the data_init() method.


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=5989&r1=5988&r2=5989&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Thu Apr 24 17:55:21 2008
@@ -850,9 +850,6 @@
         # Alias the current data pipe.
         cdp = relax_data_store[relax_data_store.current_pipe]
 
-        # Initialise the global data if necessary.
-        self.data_init()
-
         # Global relaxation time data structure.
         if not hasattr(cdp, 'relax_times'):
             cdp.relax_times = []




Related Messages


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