mailr6862 - /branches/rdc_analysis/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 July 09, 2008 - 11:23:
Author: bugman
Date: Wed Jul  9 11:23:36 2008
New Revision: 6862

URL: http://svn.gna.org/viewcvs/relax?rev=6862&view=rev
Log:
Docstring and print out fixes for the n_state_model.select_model() user 
function.


Modified:
    branches/rdc_analysis/prompt/n_state_model.py

Modified: branches/rdc_analysis/prompt/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/prompt/n_state_model.py?rev=6862&r1=6861&r2=6862&view=diff
==============================================================================
--- branches/rdc_analysis/prompt/n_state_model.py (original)
+++ branches/rdc_analysis/prompt/n_state_model.py Wed Jul  9 11:23:36 2008
@@ -313,12 +313,12 @@
 
         To analyse populations of states, type:
 
-        relax> n_state_model.select_model(model='populations')
-        """
-
-        # Function intro text.
-        if self.__relax__.interpreter.intro:
-            text = sys.ps3 + "n_state_model.select_model("
+        relax> n_state_model.setup_model(model='populations')
+        """
+
+        # Function intro text.
+        if self.__relax__.interpreter.intro:
+            text = sys.ps3 + "n_state_model.setup_model("
             text = text + "model=" + `model` + ")"
             print text
 




Related Messages


Powered by MHonArc, Updated Wed Jul 09 11:40:11 2008