mailr6118 - /1.3/prompt/deselect.py


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

Header


Content

Posted by edward on May 07, 2008 - 15:47:
Author: bugman
Date: Wed May  7 15:14:07 2008
New Revision: 6118

URL: http://svn.gna.org/viewcvs/relax?rev=6118&view=rev
Log:
Docstring fix for the deselect.read() user function.


Modified:
    1.3/prompt/deselect.py

Modified: 1.3/prompt/deselect.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/deselect.py?rev=6118&r1=6117&r2=6118&view=diff
==============================================================================
--- 1.3/prompt/deselect.py (original)
+++ 1.3/prompt/deselect.py Wed May  7 15:14:07 2008
@@ -109,8 +109,8 @@
         To deselect the spins in the second column of the relaxation data 
file 'r1.600' while
         selecting all other spins, for example type:
 
-        relax> deselect.read('r1.600', change_all=True, spin_num_col=1)
-        relax> deselect.read(file='r1.600', change_all=True, spin_num_col=1)
+        relax> deselect.read('r1.600', res_num_col=None, spin_num_col=1, 
change_all=True)
+        relax> deselect.read(file='r1.600', res_num_col=None, 
spin_num_col=1, change_all=True)
         """
 
         # Function intro test.




Related Messages


Powered by MHonArc, Updated Wed May 07 16:20:15 2008