mailr8340 - in /branches/relax_disp: prompt/relax_disp.py test_suite/system_tests/scripts/relax_disp_cpmg_fast.py


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

Header


Content

Posted by sebastien . morin . 1 on January 08, 2009 - 18:07:
Author: semor
Date: Thu Jan  8 18:07:15 2009
New Revision: 8340

URL: http://svn.gna.org/viewcvs/relax?rev=8340&view=rev
Log:
Fixed a few typos.


Modified:
    branches/relax_disp/prompt/relax_disp.py
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py

Modified: branches/relax_disp/prompt/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=8340&r1=8339&r2=8340&view=diff
==============================================================================
--- branches/relax_disp/prompt/relax_disp.py (original)
+++ branches/relax_disp/prompt/relax_disp.py Thu Jan  8 18:07:15 2009
@@ -80,7 +80,7 @@
             raise RelaxNumError, ('CPMG constant time delay (T)', delayT)
 
         # Execute the functional code.
-        specific_fns.relax_disp.cpmg_delayT(id=id, delayT=delayT)
+        relax_disp_obj.cpmg_delayT(id=id, delayT=delayT)
 
 
     def exp_type(self, exp='cpmg'):

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py?rev=8340&r1=8339&r2=8340&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
Thu Jan  8 18:07:15 2009
@@ -24,10 +24,10 @@
 frq.set(id='600', frq=600.0 * 1e6)
 
 # Relaxation dispersion CPMG constant time delay T (in s).
-cpmg_delayT(id='600', delayT=0.020)
+relax_disp.cpmg_delayT(id='600', delayT=0.020)
 
 # Relaxation dispersion CPMG frequencies (in Hz).
-cpmg_frq = [
+relax_disp.cpmg_frq = [
     0.1936
 ]
 




Related Messages


Powered by MHonArc, Updated Thu Jan 08 19:00:03 2009