mailr5892 - /1.3/prompt/angles.py


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

Header


Content

Posted by edward on April 21, 2008 - 00:29:
Author: bugman
Date: Mon Apr 21 00:27:27 2008
New Revision: 5892

URL: http://svn.gna.org/viewcvs/relax?rev=5892&view=rev
Log:
Renamed the angles() user function to angle_diff_frame().


Modified:
    1.3/prompt/angles.py

Modified: 1.3/prompt/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/angles.py?rev=5892&r1=5891&r2=5892&view=diff
==============================================================================
--- 1.3/prompt/angles.py (original)
+++ 1.3/prompt/angles.py Mon Apr 21 00:27:27 2008
@@ -35,8 +35,8 @@
         self.relax = relax
 
 
-    def angles(self):
-        """Function for calculating the angles between the XH bond vector 
and the diffusion tensor.
+    def angle_diff_frame(self):
+        """Calculate the angles defining the XH bond vector within the 
diffusion frame.
 
         Description
         ~~~~~~~~~~~
@@ -51,8 +51,8 @@
 
         # Function intro text.
         if self.relax.interpreter.intro:
-            text = sys.ps3 + "angles()"
+            text = sys.ps3 + "angle_diff_frame()"
             print text
 
         # Execute the functional code.
-        angles.angles()
+        angles.angle_diff_frame()




Related Messages


Powered by MHonArc, Updated Mon Apr 21 00:40:27 2008