mailr4934 - /1.3/generic_fns/structure.py


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

Header


Content

Posted by edward on February 07, 2008 - 13:49:
Author: bugman
Date: Thu Feb  7 13:49:35 2008
New Revision: 4934

URL: http://svn.gna.org/viewcvs/relax?rev=4934&view=rev
Log:
Added the verbosity argument to the generic_fns.structure.vectors() function.


Modified:
    1.3/generic_fns/structure.py

Modified: 1.3/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure.py?rev=4934&r1=4933&r2=4934&view=diff
==============================================================================
--- 1.3/generic_fns/structure.py (original)
+++ 1.3/generic_fns/structure.py Thu Feb  7 13:49:35 2008
@@ -964,7 +964,7 @@
     relax_data_store.res[run][res].xh_vect = xh_vect
 
 
-def vectors(heteronuc=None, proton=None, spin_id=None):
+def vectors(heteronuc=None, proton=None, spin_id=None, verbosity=1):
     """Function for calculating/extracting the XH unit vector from the 
loaded structure.
 
     @param heteronuc:   The name of the heteronucleus.
@@ -973,6 +973,8 @@
     @type proton:       str
     @param spin_id:     The molecule, residue, and spin identifier string.
     @type spin_id:      str
+    @param verbosity:   The higher the value, the more information is 
printed to screen.
+    @type verbosity:    int
     """
 
     # Alias the current data pipe.




Related Messages


Powered by MHonArc, Updated Thu Feb 07 14:00:13 2008