mailr23480 - /trunk/user_functions/dx.py


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

Header


Content

Posted by tlinnet on May 27, 2014 - 18:47:
Author: tlinnet
Date: Tue May 27 18:47:25 2014
New Revision: 23480

URL: http://svn.gna.org/viewcvs/relax?rev=23480&view=rev
Log:
Modified py_type from "list" to "float_array" in uf_object type in user 
function dx.map.

Bug #22035: (https://gna.org/bugs/?22035) The dx.map user function is broken 
in the GUI.

Modified:
    trunk/user_functions/dx.py

Modified: trunk/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/dx.py?rev=23480&r1=23479&r2=23480&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Tue May 27 18:47:25 2014
@@ -189,7 +189,7 @@
 uf.add_keyarg(
     name = "chi_surface",
     default = None,
-    py_type = "list",
+    py_type = "float_array",
     desc_short = "Set the chi2 surface level for the Innermost, Inner, 
Middle and Outer Isosurface.",
     desc = "A list of 4 numbers, setting the level for the 4 isosurfaces. 
Useful in scripting if you create a set of OpenDX maps with all the same 
contour levels.  Ideal for comparisons.",
     can_be_none = True




Related Messages


Powered by MHonArc, Updated Tue May 27 19:00:03 2014