mailr6874 - /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:39:
Author: bugman
Date: Wed Jul  9 13:39:18 2008
New Revision: 6874

URL: http://svn.gna.org/viewcvs/relax?rev=6874&view=rev
Log:
Added a call to __update_model() from ref_domain().


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=6874&r1=6873&r2=6874&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:39:18 
2008
@@ -795,6 +795,9 @@
         # Set the reference domain.
         cdp.ref_domain = ref
 
+        # Update the model.
+        self.__update_model()
+
 
     def param_num(self):
         """Function for determining the number of parameters in the model.




Related Messages


Powered by MHonArc, Updated Wed Jul 09 14:20:10 2008