mailr4958 - /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 February 12, 2008 - 14:50:
Author: bugman
Date: Tue Feb 12 14:50:00 2008
New Revision: 4958

URL: http://svn.gna.org/viewcvs/relax?rev=4958&view=rev
Log:
Fixes for the n_state_model.pivot_point() user function docstring.


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=4958&r1=4957&r2=4958&view=diff
==============================================================================
--- branches/N_state_model/prompt/n_state_model.py (original)
+++ branches/N_state_model/prompt/n_state_model.py Tue Feb 12 14:50:00 2008
@@ -112,8 +112,9 @@
         To set the pivot point to the origin in the PDB file (because the 
real pivot has been
         shifted to this position), type one of:
 
-        relax> n_state_model.set_domain()
-        relax> n_state_model.set_domain(pivot=[0.0, 0.0, 0.0])
+        relax> n_state_model.pivot_point()
+        relax> n_state_model.pivot_point([0.0, 0.0, 0.0])
+        relax> n_state_model.pivot_point(pivot=[0.0, 0.0, 0.0])
         """
 
         # Function intro text.




Related Messages


Powered by MHonArc, Updated Tue Feb 12 15:00:50 2008