mailr4635 - /branches/N_state_model/specific_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 January 11, 2008 - 11:41:
Author: bugman
Date: Fri Jan 11 11:41:31 2008
New Revision: 4635

URL: http://svn.gna.org/viewcvs/relax?rev=4635&view=rev
Log:
Bug fix to the call to the linear_constraints() method.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4635&r1=4634&r2=4635&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Fri Jan 11 11:41:31 
2008
@@ -187,7 +187,7 @@
 
         # Linear constraints.
         if constraints:
-            A, b = self.linear_constraints(index=i)
+            A, b = self.linear_constraints()
 
         # Set up the class instance containing the target function.
         model = N_state_opt()




Related Messages


Powered by MHonArc, Updated Fri Jan 11 12:00:25 2008