mailr6873 - /branches/rdc_analysis/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 July 09, 2008 - 13:38:
Author: bugman
Date: Wed Jul  9 13:38:55 2008
New Revision: 6873

URL: http://svn.gna.org/viewcvs/relax?rev=6873&view=rev
Log:
Fixed the call to __update_model() from number_of_states().


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6873&r1=6872&r2=6873&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Wed Jul  9 13:38:55 
2008
@@ -759,7 +759,8 @@
         cdp.N = N
 
         # Update the model.
-        self.__update_model
+        self.__update_model()
+
 
     def ref_domain(self, ref=None):
         """Set the reference domain for the '2-domain' N-state model.




Related Messages


Powered by MHonArc, Updated Wed Jul 09 13:40:15 2008