mailr6975 - /branches/rdc_analysis/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 25, 2008 - 13:22:
Author: bugman
Date: Fri Jul 25 13:22:27 2008
New Revision: 6975

URL: http://svn.gna.org/viewcvs/relax?rev=6975&view=rev
Log:
Typo bug fix.


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6975&r1=6974&r2=6975&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Fri Jul 25 13:22:27 
2008
@@ -867,7 +867,7 @@
             gh = return_gyromagnetic_ratio(spin.proton_type)
 
             # Calculate the RDC dipolar constant (in Hertz, and the 3 comes 
from the alignment tensor), and append it to the list.
-            dj.append(3.0/(2.0*pi) * diploar_constant(gx, gh, spin.r))
+            dj.append(3.0/(2.0*pi) * dipolar_constant(gx, gh, spin.r))
 
         # Initialise the numpy objects (the rdc matrix is transposed!).
         rdcs_numpy = zeros((len(rdcs[0]), len(rdcs)), float64)




Related Messages


Powered by MHonArc, Updated Fri Jul 25 13:40:14 2008