mailr19201 - /branches/relax_disp/specific_analyses/relax_disp.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 - 14:15:
Author: bugman
Date: Wed Mar 27 14:15:01 2013
New Revision: 19201

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

The command used was:
svn merge -r8360:8361 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp/specific_fns/@r18123
 specific_analyses

.....
  r8361 | semor | 2009-01-10 17:56:56 +0100 (Sat, 10 Jan 2009) | 3 lines
  Changed paths:
     M /branches/relax_disp/specific_fns/relax_disp.py
  
  Changed the default cpmg_frq value in cpmg_frq() from 0 to None.
.....


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19201&r1=19200&r2=19201&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Wed Mar 27 14:15:01 
2013
@@ -197,7 +197,7 @@
         return results[result_index]
 
 
-    def cpmg_frq(self, cpmg_frq=0, spectrum_id=None):
+    def cpmg_frq(self, cpmg_frq=None, spectrum_id=None):
         """Set the CPMG frequency associated with a given spectrum.
 
         @keyword cpmg_frq:      The frequency, in Hz, of the CPMG pulse 
train.




Related Messages


Powered by MHonArc, Updated Wed Mar 27 14:20:03 2013