mailr19187 - /branches/relax_disp/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 edward on March 27, 2013 - 13:49:
Author: bugman
Date: Wed Mar 27 13:49:27 2013
New Revision: 19187

URL: http://svn.gna.org/viewcvs/relax?rev=19187&view=rev
Log:
Ported r8340 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8339:8340 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp@r18123 .

.....
  r8340 | semor | 2009-01-08 18:07:15 +0100 (Thu, 08 Jan 2009) | 3 lines
  Changed paths:
     M /branches/relax_disp/prompt/relax_disp.py
     M 
/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
  
  Fixed a few typos.
.....


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

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=19187&r1=19186&r2=19187&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 
Wed Mar 27 13:49:27 2013
@@ -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 Wed Mar 27 14:00:03 2013