mailr3329 - /branches/consistency_tests_1.2/specific_fns/consistency_tests.py


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

Header


Content

Posted by edward on July 09, 2007 - 21:55:
Author: bugman
Date: Mon Jul  9 21:54:58 2007
New Revision: 3329

URL: http://svn.gna.org/viewcvs/relax?rev=3329&view=rev
Log:
A few formatting fixes to the patch applied in the previous commit.


Modified:
    branches/consistency_tests_1.2/specific_fns/consistency_tests.py

Modified: branches/consistency_tests_1.2/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.2/specific_fns/consistency_tests.py?rev=3329&r1=3328&r2=3329&view=diff
==============================================================================
--- branches/consistency_tests_1.2/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.2/specific_fns/consistency_tests.py Mon Jul  
9 21:54:58 2007
@@ -184,10 +184,10 @@
 
         csa:  CSA value.
 
-        orientation: Angle between the 15N-1H vector and the principal axis 
of the 15N chemical
+        orientation:  Angle between the 15N-1H vector and the principal axis 
of the 15N chemical
                      shift tensor.
 
-        tc: Correlation time.
+        tc:  Correlation time.
 
         j0:  Spectral density value at 0 MHz.
 
@@ -295,7 +295,7 @@
     def return_data_name(self, name):
         """
         Consistency testing data type string matching patterns
-        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
         
____________________________________________________________________________________________
         |                       |               |                            
                      |
@@ -414,7 +414,7 @@
     def set(self, run=None, value=None, error=None, param=None, index=None):
         """
         Consistency testing set details
-        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
         In consistency testing, only four values can be set, the bond 
length, CSA, angle
         Theta and correlation time values.  These must be set prior to the 
calculation
@@ -440,7 +440,7 @@
                 # Set 'value' to an empty array.
                 value = []
 
-                # CSA, Bond length Angle Theta and Correlation time.
+                # CSA, Bond length, Angle Theta and Correlation time.
                 value.append(self.default_value('csa'))
                 value.append(self.default_value('r'))
                 value.append(self.default_value('orientation'))




Related Messages


Powered by MHonArc, Updated Mon Jul 09 22:20:07 2007