mailr19263 - /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:19:
Author: bugman
Date: Wed Mar 27 17:19:52 2013
New Revision: 19263

URL: http://svn.gna.org/viewcvs/relax?rev=19263&view=rev
Log:
The cpmg_frq argument of the relax_disp.cpmg_frq user function can now be an 
integer as well as a float.


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=19263&r1=19262&r2=19263&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Wed Mar 27 17:19:52 2013
@@ -139,7 +139,7 @@
 uf.title_short = "CPMG frequency setting."
 uf.add_keyarg(
     name = "cpmg_frq",
-    py_type = "float",
+    py_type = "num",
     desc_short = "CPMG frequency (Hz)",
     desc = "The frequency, in Hz, of the CPMG pulse train.",
     can_be_none = True




Related Messages


Powered by MHonArc, Updated Wed Mar 27 17:40:03 2013