mailr18384 - /trunk/maths_fns/vectors.py


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

Header


Content

Posted by edward on February 02, 2013 - 11:34:
Author: bugman
Date: Sat Feb  2 11:34:15 2013
New Revision: 18384

URL: http://svn.gna.org/viewcvs/relax?rev=18384&view=rev
Log:
Docstring fix for the maths_fns.vectors.random_unit_vector() function.


Modified:
    trunk/maths_fns/vectors.py

Modified: trunk/maths_fns/vectors.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/maths_fns/vectors.py?rev=18384&r1=18383&r2=18384&view=diff
==============================================================================
--- trunk/maths_fns/vectors.py (original)
+++ trunk/maths_fns/vectors.py Sat Feb  2 11:34:15 2013
@@ -32,8 +32,8 @@
 
     Uniform point sampling on a unit sphere is used to generate a random 
axis orientation.
 
-    @param axis:    The 3D rotation axis.
-    @type axis:     numpy array, len 3
+    @param vector:  The 3D rotation axis.
+    @type vector:   numpy 3D, rank-1 array
     """
 
     # Random azimuthal angle.




Related Messages


Powered by MHonArc, Updated Sat Feb 02 12:00:02 2013