mailr19388 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 05, 2013 - 17:26:
Author: bugman
Date: Fri Apr  5 17:26:34 2013
New Revision: 19388

URL: http://svn.gna.org/viewcvs/relax?rev=19388&view=rev
Log:
The spin parameters are now set up last by the relax_disp.select_model user 
function back end.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19388&r1=19387&r2=19388&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Fri Apr  5 17:26:34 
2013
@@ -883,12 +883,12 @@
             if not spin.select:
                 continue
 
-            # Initialise the data structures (if needed).
-            self.data_init(spin)
-
             # The model and parameter names.
             spin.model = model
             spin.params = params
+
+            # Initialise the data structures (if needed).
+            self.data_init(spin)
 
 
     def _param_index_to_param_info(self, index=None, spins=None):




Related Messages


Powered by MHonArc, Updated Fri Apr 05 18:20:01 2013