mailr23490 - /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 28, 2014 - 10:25:
Author: tlinnet
Date: Wed May 28 10:25:14 2014
New Revision: 23490

URL: http://svn.gna.org/viewcvs/relax?rev=23490&view=rev
Log:
Set dim=4 when setting chi surface level in user function dx.map.

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=23490&r1=23489&r2=23490&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Wed May 28 10:25:14 2014
@@ -192,7 +192,8 @@
     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
+    can_be_none = True,
+    dim = 4
 )
 # Description.
 uf.desc.append(Desc_container())




Related Messages


Powered by MHonArc, Updated Wed May 28 10:40:03 2014