mailr26634 - in /trunk: pipe_control/align_tensor.py user_functions/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:30:
Author: bugman
Date: Wed Nov 19 18:30:28 2014
New Revision: 26634

URL: http://svn.gna.org/viewcvs/relax?rev=26634&view=rev
Log:
Trailing whitespace removal.


Modified:
    trunk/pipe_control/align_tensor.py
    trunk/user_functions/align_tensor.py

Modified: trunk/pipe_control/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/align_tensor.py?rev=26634&r1=26633&r2=26634&view=diff
==============================================================================
--- trunk/pipe_control/align_tensor.py  (original)
+++ trunk/pipe_control/align_tensor.py  Wed Nov 19 18:30:28 2014
@@ -596,7 +596,7 @@
         return None
 
     # More than one match.
-    if count > 1: 
+    if count > 1:
         warn(RelaxWarning("More than one alignment tensors matches the 
tensor name '%s' or alignment ID '%s' in the data pipe '%s'." % (tensor, 
align_id, pipe)))
         return None
 

Modified: trunk/user_functions/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/align_tensor.py?rev=26634&r1=26633&r2=26634&view=diff
==============================================================================
--- trunk/user_functions/align_tensor.py        (original)
+++ trunk/user_functions/align_tensor.py        Wed Nov 19 18:30:28 2014
@@ -336,15 +336,15 @@
 """)
 uf.desc[-1].add_paragraph("where <a,b> is the Euclidean inner product and 
||a|| is the Frobenius norm of the matrix.  For the irreducible 5D basis set, 
the Am components are defined as")
 uf.desc[-1].add_verbatim("""\
-            / 4pi \ 1/2 
+            / 4pi \ 1/2
        A0 = | --- |     Szz ,
             \  5  /
 
-                / 8pi \ 1/2 
+                / 8pi \ 1/2
     A+/-1 = +/- | --- |     (Sxz +/- iSyz) ,
                 \ 15  /
 
-            / 2pi \ 1/2 
+            / 2pi \ 1/2
     A+/-2 = | --- |     (Sxx - Syy +/- 2iSxy) ,
             \ 15  / \
 """)




Related Messages


Powered by MHonArc, Updated Wed Nov 19 19:00:02 2014