Author: bugman
Date: Tue May 8 15:41:51 2012
New Revision: 16100
URL: http://svn.gna.org/viewcvs/relax?rev=16100&view=rev
Log:
Function arguments are now ignored as well in the auto-generated GUI user
functions.
Modified:
branches/uf_redesign/gui/uf_objects.py
Modified: branches/uf_redesign/gui/uf_objects.py
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/uf_objects.py?rev=16100&r1=16099&r2=16100&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Tue May 8 15:41:51 2012
@@ -211,8 +211,8 @@
if arg['name'] == 'data_col':
free_format_data = True
- # Special arg type: functions!
- elif arg['arg_type'] == 'func':
+ # Special arg type: functions and their arguments!
+ elif arg['arg_type'] in ['func', 'func args']:
pass
# Value types.
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits