mailr23135 - /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 09, 2014 - 18:57:
Author: tlinnet
Date: Fri May  9 18:57:27 2014
New Revision: 23135

URL: http://svn.gna.org/viewcvs/relax?rev=23135&view=rev
Log:
Removed the "remap" keyword in the dx.map function, since this is not in use.

task #7792: (https://gna.org/task/?7792) Make the dx.map write suggest chi 
surface values.

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=23135&r1=23134&r2=23135&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Fri May  9 18:57:27 2014
@@ -184,14 +184,6 @@
     py_type = "str",
     desc_short = "point file name prefix",
     desc = "The name of that the point output files will be prefixed with.",
-    can_be_none = True
-)
-uf.add_keyarg(
-    name = "remap",
-    py_type = "func",
-    arg_type = "func",
-    desc_short = "remap function",
-    desc = "A user supplied remapping function.  This function will receive 
the parameter array and must return an array of equal length.",
     can_be_none = True
 )
 # Description.




Related Messages


Powered by MHonArc, Updated Fri May 09 19:00:03 2014