mailr4976 - /branches/N_state_model/specific_fns/setup.py


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

Header


Content

Posted by edward on February 13, 2008 - 15:13:
Author: bugman
Date: Wed Feb 13 15:13:36 2008
New Revision: 4976

URL: http://svn.gna.org/viewcvs/relax?rev=4976&view=rev
Log:
Another fix for the N-state model part of the specific_fns.setup module.


Modified:
    branches/N_state_model/specific_fns/setup.py

Modified: branches/N_state_model/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/setup.py?rev=4976&r1=4975&r2=4976&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/setup.py (original)
+++ branches/N_state_model/specific_fns/setup.py Wed Feb 13 15:13:36 2008
@@ -232,7 +232,7 @@
         return noe_obj
 
     # The N-state model.
-    if function_type == 'n_state_model':
+    if function_type == 'N-state':
         return n_state_model_obj
 
     # Relaxation curve fitting.




Related Messages


Powered by MHonArc, Updated Wed Feb 13 15:40:49 2008