mailr8361 - /branches/relax_disp/specific_fns/relax_disp.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 10, 2009 - 17:56:
Author: semor
Date: Sat Jan 10 17:56:56 2009
New Revision: 8361

URL: http://svn.gna.org/viewcvs/relax?rev=8361&view=rev
Log:
Changed the default cpmg_frq value in cpmg_frq() from 0 to None.


Modified:
    branches/relax_disp/specific_fns/relax_disp.py

Modified: branches/relax_disp/specific_fns/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_fns/relax_disp.py?rev=8361&r1=8360&r2=8361&view=diff
==============================================================================
--- branches/relax_disp/specific_fns/relax_disp.py (original)
+++ branches/relax_disp/specific_fns/relax_disp.py Sat Jan 10 17:56:56 2009
@@ -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 Sat Jan 10 21:20:02 2009