mailr26631 - /trunk/pipe_control/align_tensor.py


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

Header


Content

Posted by edward on November 19, 2014 - 18:08:
Author: bugman
Date: Wed Nov 19 18:08:18 2014
New Revision: 26631

URL: http://svn.gna.org/viewcvs/relax?rev=26631&view=rev
Log:
Fix for a spelling mistake in the align_tensor.matrix_angles user function 
printouts.


Modified:
    trunk/pipe_control/align_tensor.py

Modified: trunk/pipe_control/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/align_tensor.py?rev=26631&r1=26630&r2=26631&view=diff
==============================================================================
--- trunk/pipe_control/align_tensor.py  (original)
+++ trunk/pipe_control/align_tensor.py  Wed Nov 19 18:08:18 2014
@@ -993,7 +993,7 @@
 
     # Header printout.
     if basis_set == 'matrix':
-        sys.stdout.write("Standard inter-tensor matrix angles in degress 
using the Euclidean inner product divided by the Frobenius norms (theta = 
arccos(<A1,A2>/(||A1||.||A2||)))")
+        sys.stdout.write("Standard inter-tensor matrix angles in degrees 
using the Euclidean inner product divided by the Frobenius norms (theta = 
arccos(<A1,A2>/(||A1||.||A2||)))")
     elif basis_set == 'irreducible 5D':
         sys.stdout.write("Inter-tensor vector angles in degrees for the 
irreducible 5D vectors {A-2, A-1, A0, A1, A2}")
     elif basis_set == 'unitary 9D':




Related Messages


Powered by MHonArc, Updated Wed Nov 19 18:40:02 2014