mailr5921 - /1.3/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 April 21, 2008 - 15:37:
Author: bugman
Date: Mon Apr 21 15:05:20 2008
New Revision: 5921

URL: http://svn.gna.org/viewcvs/relax?rev=5921&view=rev
Log:
mu0 and h_bar are now passed into Consistency().


Modified:
    1.3/specific_fns/consistency_tests.py

Modified: 1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/consistency_tests.py?rev=5921&r1=5920&r2=5921&view=diff
==============================================================================
--- 1.3/specific_fns/consistency_tests.py (original)
+++ 1.3/specific_fns/consistency_tests.py Mon Apr 21 15:05:20 2008
@@ -134,7 +134,7 @@
                 continue
 
             # Initialise the function to calculate.
-            self.ct = Consistency(frq=cdp.ct_frq, 
gx=return_gyromagnetic_ratio(spin.heteronuc_type), 
gh=return_gyromagnetic_ratio(spin.proton_type))
+            self.ct = Consistency(frq=cdp.ct_frq, 
gx=return_gyromagnetic_ratio(spin.heteronuc_type), 
gh=return_gyromagnetic_ratio(spin.proton_type), mu0=mu0, h_bar=h_bar)
 
             # Calculate the consistency tests values.
             j0, f_eta, f_r2 = self.ct.func(orientation=spin.orientation, 
tc=spin.tc, r=spin.r, csa=spin.csa, r1=r1, r2=r2, noe=noe)




Related Messages


Powered by MHonArc, Updated Mon Apr 21 16:00:25 2008