mailr21204 - /branches/relax_disp/specific_analyses/relax_disp/api.py


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

Header


Content

Posted by edward on October 21, 2013 - 16:03:
Author: bugman
Date: Mon Oct 21 16:03:15 2013
New Revision: 21204

URL: http://svn.gna.org/viewcvs/relax?rev=21204&view=rev
Log:
Fix for a bug introduced at r21202 - the call to the calculate_r2eff() must 
also be made private.


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

Modified: branches/relax_disp/specific_analyses/relax_disp/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/api.py?rev=21204&r1=21203&r2=21204&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/api.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/api.py Mon Oct 21 
16:03:15 2013
@@ -784,7 +784,7 @@
 
         # Special exponential curve-fitting for the 'R2eff' model.
         if cdp.model_type == 'R2eff':
-            self.calculate_r2eff()
+            self._calculate_r2eff()
 
         # Calculate the chi-squared value.
         else:




Related Messages


Powered by MHonArc, Updated Mon Oct 21 16:20:01 2013