mailr3376 - /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 October 26, 2007 - 19:33:
Author: bugman
Date: Fri Oct 26 18:28:54 2007
New Revision: 3376

URL: http://svn.gna.org/viewcvs/relax?rev=3376&view=rev
Log:
Application of a patch that changes the default CSA value so it's consistent 
with the rest of relax.

The patch 'patch_1.2-r3375_consistency_branch__CSA' by Sebastien Morin 
(sebastien dot morin dot 1 at
ulaval dot ca) changes the default CSA value from -170 to -172 ppm in the file
'specific_fns/consistency_tests.py'.

This change follows the one at :
http://svn.gna.org/viewcvs/relax/1.2/specific_fns/jw_mapping.py?rev=3354&r1=3353&r2=3354&view=diff
for jw_mapping from which the code for consistency tests originated.


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=3376&r1=3375&r2=3376&view=diff
==============================================================================
--- branches/consistency_tests_1.2/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.2/specific_fns/consistency_tests.py Fri Oct 
26 18:28:54 2007
@@ -225,7 +225,7 @@
         |                                       |               |            
                 |
         | Bond length                           | 'r'           | 1.02 * 
1e-10                |
         |                                       |               |            
                 |
-        | CSA                                   | 'csa'         | -170 * 
1e-6                 |
+        | CSA                                   | 'csa'         | -172 * 
1e-6                 |
         |                                       |               |            
                 |
         | Angle Theta                           | 'orientation' | 15.7       
                 |
         |                                       |               |            
                 |
@@ -240,7 +240,7 @@
 
         # CSA.
         if param == 'CSA':
-            return -170 * 1e-6
+            return -172 * 1e-6
 
         # Angle Theta
         if param == 'orientation':




Related Messages


Powered by MHonArc, Updated Fri Oct 26 20:20:38 2007