mailr9065 - /1.3/prompt/align_tensor.py


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

Header


Content

Posted by edward on May 29, 2009 - 10:47:
Author: bugman
Date: Fri May 29 10:47:09 2009
New Revision: 9065

URL: http://svn.gna.org/viewcvs/relax?rev=9065&view=rev
Log:
Fix for the align_tensor.init() user function docstring.


Modified:
    1.3/prompt/align_tensor.py

Modified: 1.3/prompt/align_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/align_tensor.py?rev=9065&r1=9064&r2=9065&view=diff
==============================================================================
--- 1.3/prompt/align_tensor.py (original)
+++ 1.3/prompt/align_tensor.py Fri May 29 10:47:09 2009
@@ -234,14 +234,10 @@
 
         To set a rhombic tensor to the run 'CaM', type one of:
 
-        relax> align_tensor.init((-8.6322e-05, -5.5786e-04, -3.1732e-05, 
2.2927e-05, 2.8599e-04),
-                                 param_types=1)
-        relax> align_tensor.init((-8.6322e-05, -5.5786e-04, -3.1732e-05, 
2.2927e-05, 2.8599e-04),
-                                 param_types=1)
-        relax> align_tensor.init(params=(-8.6322e-05, -5.5786e-04, 
-3.1732e-05, 2.2927e-05,
+        relax> align_tensor.init('super media', (-8.6322e-05, -5.5786e-04, 
-3.1732e-05, 2.2927e-05,
                                  2.8599e-04), param_types=1)
-        relax> align_tensor.init(params=(-8.6322e-05, -5.5786e-04, 
-3.1732e-05, 2.2927e-05,
-                                 2.8599e-04), param_types=1)
+        relax> align_tensor.init(tensor='super media', params=(-8.6322e-05, 
-5.5786e-04,
+                                 -3.1732e-05, 2.2927e-05, 2.8599e-04), 
param_types=1)
         """
 
         # Function intro text.




Related Messages


Powered by MHonArc, Updated Fri May 29 11:00:02 2009