mailr7180 - /branches/rdc_analysis/maths_fns/n_state_model.py


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

Header


Content

Posted by edward on August 12, 2008 - 16:47:
Author: bugman
Date: Tue Aug 12 15:05:39 2008
New Revision: 7180

URL: http://svn.gna.org/viewcvs/relax?rev=7180&view=rev
Log:
Set the 2-domain N-state model gradient and Hessian methods to None.


Modified:
    branches/rdc_analysis/maths_fns/n_state_model.py

Modified: branches/rdc_analysis/maths_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/maths_fns/n_state_model.py?rev=7180&r1=7179&r2=7180&view=diff
==============================================================================
--- branches/rdc_analysis/maths_fns/n_state_model.py (original)
+++ branches/rdc_analysis/maths_fns/n_state_model.py Tue Aug 12 15:05:39 2008
@@ -194,6 +194,8 @@
 
             # Set the target function.
             self.func = self.func_2domain
+            self.dfunc = None
+            self.d2func = None
 
         # The flexible population N-state model.
         elif model == 'population':




Related Messages


Powered by MHonArc, Updated Tue Aug 12 18:00:11 2008