mailr6191 - /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 May 21, 2008 - 21:38:
Author: bugman
Date: Wed May 21 21:38:13 2008
New Revision: 6191

URL: http://svn.gna.org/viewcvs/relax?rev=6191&view=rev
Log:
Fixes for the model_setup() 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=6191&r1=6190&r2=6191&view=diff
==============================================================================
--- 1.3/specific_fns/relax_fit.py (original)
+++ 1.3/specific_fns/relax_fit.py Wed May 21 21:38:13 2008
@@ -798,14 +798,14 @@
         # Set the model.
         relax_data_store[relax_data_store.current_pipe].curve_type = model
 
-        # Initialise the data structures (if needed).
-        self.data_init()
-
         # Loop over the sequence.
         for spin in spin_loop():
             # Skip deselected spins.
             if not spin.select:
                 continue
+
+            # Initialise the data structures (if needed).
+            self.data_init(spin)
 
             # The model and parameter names.
             spin.model = model




Related Messages


Powered by MHonArc, Updated Wed May 21 22:00:18 2008