mailr18768 - /trunk/user_functions/frq.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 11, 2013 - 14:16:
Author: bugman
Date: Mon Mar 11 14:16:24 2013
New Revision: 18768

URL: http://svn.gna.org/viewcvs/relax?rev=18768&view=rev
Log:
The frq.seq user function units argument is no longer read-only.

This is needed for some of the GUI tests in the frame_order_testing branch.


Modified:
    trunk/user_functions/frq.py

Modified: trunk/user_functions/frq.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/frq.py?rev=18768&r1=18767&r2=18768&view=diff
==============================================================================
--- trunk/user_functions/frq.py (original)
+++ trunk/user_functions/frq.py Mon Mar 11 14:16:24 2013
@@ -64,7 +64,7 @@
         "MHz"
         "GHz"
     ],
-    wiz_read_only = True
+    wiz_read_only = False
 )
 # Description.
 uf.desc.append(Desc_container())




Related Messages


Powered by MHonArc, Updated Mon Mar 11 14:20:03 2013