mailr19262 - /branches/relax_disp/user_functions/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 - 17:18:
Author: bugman
Date: Wed Mar 27 17:18:40 2013
New Revision: 19262

URL: http://svn.gna.org/viewcvs/relax?rev=19262&view=rev
Log:
The cpmg_frq argument of the relax_disp.cpmg_frq user function can now be 
None.


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=19262&r1=19261&r2=19262&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Wed Mar 27 17:18:40 2013
@@ -141,7 +141,8 @@
     name = "cpmg_frq",
     py_type = "float",
     desc_short = "CPMG frequency (Hz)",
-    desc = "The frequency, in Hz, of the CPMG pulse train."
+    desc = "The frequency, in Hz, of the CPMG pulse train.",
+    can_be_none = True
 )
 uf.add_keyarg(
     name = "spectrum_id",




Related Messages


Powered by MHonArc, Updated Wed Mar 27 17:20:02 2013