mailr4721 - /branches/N_state_model/prompt/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 15, 2008 - 11:16:
Author: bugman
Date: Tue Jan 15 11:16:51 2008
New Revision: 4721

URL: http://svn.gna.org/viewcvs/relax?rev=4721&view=rev
Log:
Fixed a typo in the n_state_model.model() user function.


Modified:
    branches/N_state_model/prompt/n_state_model.py

Modified: branches/N_state_model/prompt/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/n_state_model.py?rev=4721&r1=4720&r2=4721&view=diff
==============================================================================
--- branches/N_state_model/prompt/n_state_model.py (original)
+++ branches/N_state_model/prompt/n_state_model.py Tue Jan 15 11:16:51 2008
@@ -77,7 +77,7 @@
             raise RelaxIntError, ('the number of states N', N)
 
         # Execute the functional code.
-        n_state_model.model_setyp(N=N)
+        n_state_model.model_setup(N=N)
 
 
     def set_domain(self, tensor=None, domain=None):




Related Messages


Powered by MHonArc, Updated Tue Jan 15 11:40:06 2008