mailr21249 - /branches/relax_disp/specific_analyses/relax_disp/optimisation.py


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

Header


Content

Posted by edward on October 27, 2013 - 15:13:
Author: bugman
Date: Sun Oct 27 15:13:59 2013
New Revision: 21249

URL: http://svn.gna.org/viewcvs/relax?rev=21249&view=rev
Log:
Fix for commit r21247.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/optimisation.py

Modified: branches/relax_disp/specific_analyses/relax_disp/optimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/optimisation.py?rev=21249&r1=21248&r2=21249&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/optimisation.py 
(original)
+++ branches/relax_disp/specific_analyses/relax_disp/optimisation.py Sun Oct 
27 15:13:59 2013
@@ -495,7 +495,7 @@
                     key = return_param_key_from_data(frq=frq, point=point)
 
                     # Store the back-calculated data.
-                    if not spins[0].model in [MODEL_MMQ_2SITE]:
+                    if memo.spins[0].model in [MODEL_MMQ_2SITE]:
                         spin.r2eff_bc[key] = self.back_calc[exp_type_index, 
spin_index, frq_index, disp_pt_index]
                     else:
                         spin.r2eff_bc[key] = self.back_calc[spin_index, 
frq_index, disp_pt_index]




Related Messages


Powered by MHonArc, Updated Sun Oct 27 15:40:01 2013