mailr21548 - /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 November 20, 2013 - 17:06:
Author: bugman
Date: Wed Nov 20 17:06:16 2013
New Revision: 21548

URL: http://svn.gna.org/viewcvs/relax?rev=21548&view=rev
Log:
Fix for the relax_disp.plot_disp_curves user function in the GUI.

The directory argument was incorrectly set to the 'dir' type rather than 'dir 
sel' type so it was
not shown in the GUI.


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=21548&r1=21547&r2=21548&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Wed Nov 20 17:06:16 2013
@@ -457,7 +457,7 @@
     name = "dir",
     default = "grace",
     py_type = "str",
-    arg_type = "dir",
+    arg_type = "dir sel",
     desc_short = "directory name",
     desc = "The directory name to place all of the spin system files into.",
     can_be_none = True




Related Messages


Powered by MHonArc, Updated Wed Nov 20 17:40:01 2013